mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
signer: fix failing testcase
This commit is contained in:
parent
c03d2bcb51
commit
bbf695607d
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ func setup(t *testing.T) (*SignerAPI, chan string) {
|
|||
true,
|
||||
ui,
|
||||
db,
|
||||
true, false)
|
||||
true, true)
|
||||
)
|
||||
return api, controller
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue