mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Merge branch 'eventgolint' of https://github.com/kielbarry/go-ethereum into eventgolint
This commit is contained in:
commit
fdf2fec393
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ func (f *Filters) Notify(filter Filter, data interface{}) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (f *Filters) Install(watcher Filter) int {
|
func (f *Filters) Install(watcher Filter) int {
|
||||||
f.watchers[self.id] = watcher
|
f.watchers[f.id] = watcher
|
||||||
f.id++
|
f.id++
|
||||||
|
|
||||||
return f.id - 1
|
return f.id - 1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue