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 {