node/watchers/evm: comment TOB-WORMGUWA-8
This commit is contained in:
parent
5d137b6d88
commit
3e1b31e7db
|
@ -63,6 +63,6 @@ func (sub *PollSubscription) Unsubscribe() {
|
|||
<-sub.unsubDone
|
||||
case <-sub.unsubDone:
|
||||
}
|
||||
close(sub.err)
|
||||
close(sub.err) // TODO FIXME this violates golang guidelines “Only the sender should close a channel, never the receiver. Sending on a closed channel will cause a panic.”
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue