Skip to content

Commit 243dfb5

Browse files
authored
Update main.go
1 parent 18a9027 commit 243dfb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/clef/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ func testExternalUI(api *core.SignerAPI) {
899899
ctx := context.WithValue(context.Background(), "remote", "clef binary")
900900
ctx = context.WithValue(ctx, "scheme", "in-proc")
901901
ctx = context.WithValue(ctx, "local", "main")
902-
errs := make([]string, 0)
902+
var errs []string
903903

904904
a := common.HexToAddress("0xdeadbeef000000000000000000000000deadbeef")
905905
addErr := func(errStr string) {

0 commit comments

Comments
 (0)