diff options
author | caktux <caktux@gmail.com> | 2015-08-26 02:42:57 +0800 |
---|---|---|
committer | caktux <caktux@gmail.com> | 2015-08-26 02:42:57 +0800 |
commit | a1d8015817737c200bc6eb7a33a3486de6bd7384 (patch) | |
tree | 2cf223263ce181541087cbf96b7ab385994a1157 /rpc | |
parent | abce09954b6901b446c004ee06b389c338922f28 (diff) | |
download | go-tangerine-a1d8015817737c200bc6eb7a33a3486de6bd7384.tar.gz go-tangerine-a1d8015817737c200bc6eb7a33a3486de6bd7384.tar.zst go-tangerine-a1d8015817737c200bc6eb7a33a3486de6bd7384.zip |
add missing shh_getMessages to RPC mappings
Diffstat (limited to 'rpc')
-rw-r--r-- | rpc/api/shh.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/api/shh.go b/rpc/api/shh.go index 9ca6f9dda..60e805605 100644 --- a/rpc/api/shh.go +++ b/rpc/api/shh.go @@ -38,6 +38,7 @@ var ( "shh_newIdentity": (*shhApi).NewIdentity, "shh_newFilter": (*shhApi).NewFilter, "shh_uninstallFilter": (*shhApi).UninstallFilter, + "shh_getMessages": (*shhApi).GetMessages, "shh_getFilterChanges": (*shhApi).GetFilterChanges, } ) |