mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 05:14:14 +00:00
Update new filter signature
This commit is contained in:
parent
ce3c8eaf05
commit
ef172a857a
@ -38,7 +38,7 @@ proc setupWhisperRPC*(rpcsrv: RpcServer) =
|
||||
## Returns true if the identity was successfully added to the group, otherwise false (?).
|
||||
discard
|
||||
|
||||
rpcsrv.rpc("shh_newFilter") do(filterOptions: FilterOptions, to: WhisperIdentityStr, topics: seq[HexDataStr]) -> int:
|
||||
rpcsrv.rpc("shh_newFilter") do(filterOptions: WhisperFilterOptions) -> int:
|
||||
## Creates filter to notify, when client receives whisper message matching the filter options.
|
||||
##
|
||||
## filterOptions: The filter options:
|
||||
|
Loading…
x
Reference in New Issue
Block a user