forked from cerc-io/plugeth
Output filter ID as hex
This commit is contained in:
parent
704914be08
commit
21fca93852
@ -380,7 +380,7 @@ func (p *EthereumApi) NewWhisperFilter(args *WhisperFilterArgs, reply *interface
|
|||||||
}
|
}
|
||||||
id = p.xeth().Whisper().Watch(opts)
|
id = p.xeth().Whisper().Watch(opts)
|
||||||
p.messages[id] = &whisperFilter{timeout: time.Now()}
|
p.messages[id] = &whisperFilter{timeout: time.Now()}
|
||||||
*reply = id
|
*reply = toHex(big.NewInt(int64(id)).Bytes())
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user