We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f38dbc commit f242e52Copy full SHA for f242e52
signer/core/api_test.go
@@ -29,7 +29,6 @@ import (
29
"time"
30
31
"github.com/ethereum/go-ethereum/accounts/keystore"
32
- "github.com/ethereum/go-ethereum/cmd/utils"
33
"github.com/ethereum/go-ethereum/common"
34
"github.com/ethereum/go-ethereum/common/hexutil"
35
"github.com/ethereum/go-ethereum/core/types"
@@ -135,7 +134,7 @@ func setup(t *testing.T) (*SignerAPI, chan string) {
135
134
136
db, err := NewAbiDBFromFile("../../cmd/clef/4byte.json")
137
if err != nil {
138
- utils.Fatalf(err.Error())
+ t.Fatal(err.Error())
139
}
140
var (
141
ui = &HeadlessUI{controller}
0 commit comments