aboutsummaryrefslogtreecommitdiffstats
path: root/rpc
diff options
context:
space:
mode:
authorcaktux <caktux@gmail.com>2015-08-26 02:42:57 +0800
committercaktux <caktux@gmail.com>2015-08-26 02:42:57 +0800
commita1d8015817737c200bc6eb7a33a3486de6bd7384 (patch)
tree2cf223263ce181541087cbf96b7ab385994a1157 /rpc
parentabce09954b6901b446c004ee06b389c338922f28 (diff)
downloadgo-tangerine-a1d8015817737c200bc6eb7a33a3486de6bd7384.tar
go-tangerine-a1d8015817737c200bc6eb7a33a3486de6bd7384.tar.gz
go-tangerine-a1d8015817737c200bc6eb7a33a3486de6bd7384.tar.bz2
go-tangerine-a1d8015817737c200bc6eb7a33a3486de6bd7384.tar.lz
go-tangerine-a1d8015817737c200bc6eb7a33a3486de6bd7384.tar.xz
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.go1
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,
}
)