Merge branch 'eventgolint' of https://github.com/kielbarry/go-ethereum into eventgolint

This commit is contained in:
Kiel barry 2018-05-02 10:49:49 -07:00
commit fdf2fec393

View file

@ -58,7 +58,7 @@ func (f *Filters) Notify(filter Filter, data interface{}) {
}
func (f *Filters) Install(watcher Filter) int {
f.watchers[self.id] = watcher
f.watchers[f.id] = watcher
f.id++
return f.id - 1