mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
eth/filters: remove go keyword
This commit is contained in:
parent
8b8d727f6b
commit
c72138865c
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ func (api *PublicFilterAPI) timeoutLoop() {
|
||||||
case <-f.deadline.C:
|
case <-f.deadline.C:
|
||||||
f.s.Unsubscribe()
|
f.s.Unsubscribe()
|
||||||
delete(api.filters, id)
|
delete(api.filters, id)
|
||||||
go f.deadline.Stop()
|
f.deadline.Stop()
|
||||||
default:
|
default:
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue