From b446cd6e437fa76a6b38b3c3158251dab6f78ce1 Mon Sep 17 00:00:00 2001 From: Konstantin Vedernikov Date: Sun, 15 Jun 2025 19:22:03 +0000 Subject: [PATCH] fix --- signer/core/api.go | 1 - 1 file changed, 1 deletion(-) diff --git a/signer/core/api.go b/signer/core/api.go index 03dbec7718..254e1db862 100644 --- a/signer/core/api.go +++ b/signer/core/api.go @@ -444,7 +444,6 @@ func (api *SignerAPI) derivationLoop(events chan accounts.WalletEvent) { // List returns the set of wallet this signer manages. Each wallet can contain // multiple accounts. func (api *SignerAPI) List(ctx context.Context) ([]common.Address, error) { - fmt.Println("listing break point") var accs = make([]accounts.Account, 0) // accs is initialized as empty list, not nil. We use 'nil' to signal // rejection, as opposed to an empty list.