release/1.0.1
obscuren 10 years ago
parent d9f96293be
commit 35841e5190
  1. 2
      rpc/api.go

@ -195,7 +195,7 @@ func (self *EthereumApi) NewFilterString(args string, reply *interface{}) error
id = self.filterManager.InstallFilter(filter)
self.logs[id] = &logFilter{timeout: time.Now()}
*reply = id
*reply = i2hex(id)
return nil
}

Loading…
Cancel
Save