eth/filters: remove go keyword

This commit is contained in:
Felix Lange 2020-04-03 12:08:36 +02:00 committed by GitHub
parent 8b8d727f6b
commit c72138865c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ func (api *PublicFilterAPI) timeoutLoop() {
case <-f.deadline.C:
f.s.Unsubscribe()
delete(api.filters, id)
go f.deadline.Stop()
f.deadline.Stop()
default:
continue
}