mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-14 00:34:42 +00:00
id to hex
This commit is contained in:
parent
d9f96293be
commit
35841e5190
@ -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…
x
Reference in New Issue
Block a user