diff --git a/cmd/clef/main.go b/cmd/clef/main.go index dde4ae853f..9cac32a09e 100644 --- a/cmd/clef/main.go +++ b/cmd/clef/main.go @@ -899,7 +899,7 @@ func testExternalUI(api *core.SignerAPI) { ctx := context.WithValue(context.Background(), "remote", "clef binary") ctx = context.WithValue(ctx, "scheme", "in-proc") ctx = context.WithValue(ctx, "local", "main") - errs := make([]string, 0) + var errs []string a := common.HexToAddress("0xdeadbeef000000000000000000000000deadbeef") addErr := func(errStr string) {