mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
fix: remove duplicate
This commit is contained in:
parent
7cf6a63687
commit
71fa1fe0b6
1 changed files with 0 additions and 1 deletions
|
|
@ -292,7 +292,6 @@ func TestWalletNotifications(t *testing.T) {
|
||||||
updates = make(chan accounts.WalletEvent)
|
updates = make(chan accounts.WalletEvent)
|
||||||
sub = ks.Subscribe(updates)
|
sub = ks.Subscribe(updates)
|
||||||
)
|
)
|
||||||
defer sub.Unsubscribe()
|
|
||||||
go func() {
|
go func() {
|
||||||
for {
|
for {
|
||||||
select {
|
select {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue