fix: remove duplicate

This commit is contained in:
winniehere 2024-06-18 03:59:35 +00:00
parent 7cf6a63687
commit 71fa1fe0b6

View file

@ -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 {