diff options
Diffstat (limited to 'rpc/args.go')
-rw-r--r-- | rpc/args.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/args.go b/rpc/args.go index 429b385d5..f730819fd 100644 --- a/rpc/args.go +++ b/rpc/args.go @@ -289,7 +289,7 @@ type WhisperMessageArgs struct { Payload string To string From string - Topics []string + Topic []string Priority uint32 Ttl uint32 } |