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 18a9027 commit 243dfb5Copy full SHA for 243dfb5
cmd/clef/main.go
@@ -899,7 +899,7 @@ func testExternalUI(api *core.SignerAPI) {
899
ctx := context.WithValue(context.Background(), "remote", "clef binary")
900
ctx = context.WithValue(ctx, "scheme", "in-proc")
901
ctx = context.WithValue(ctx, "local", "main")
902
- errs := make([]string, 0)
+ var errs []string
903
904
a := common.HexToAddress("0xdeadbeef000000000000000000000000deadbeef")
905
addErr := func(errStr string) {
0 commit comments