Update new filter signature

This commit is contained in:
coffeepots 2018-12-05 15:58:24 +00:00 committed by zah
parent ce3c8eaf05
commit ef172a857a
1 changed files with 1 additions and 1 deletions

View File

@ -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: