From 243dfb524127a44c0a74250f9d0acb5011c98688 Mon Sep 17 00:00:00 2001 From: Doryu Date: Sun, 2 Nov 2025 16:45:56 +0100 Subject: [PATCH] Update main.go --- cmd/clef/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {