From 71fa1fe0b6eb9587ecb54e1e3712d59cfc9cbc25 Mon Sep 17 00:00:00 2001 From: winniehere Date: Tue, 18 Jun 2024 03:59:35 +0000 Subject: [PATCH] fix: remove duplicate --- accounts/keystore/keystore_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/accounts/keystore/keystore_test.go b/accounts/keystore/keystore_test.go index f8922a3f3f..16d70afcb6 100644 --- a/accounts/keystore/keystore_test.go +++ b/accounts/keystore/keystore_test.go @@ -292,7 +292,6 @@ func TestWalletNotifications(t *testing.T) { updates = make(chan accounts.WalletEvent) sub = ks.Subscribe(updates) ) - defer sub.Unsubscribe() go func() { for { select {