From a1d8015817737c200bc6eb7a33a3486de6bd7384 Mon Sep 17 00:00:00 2001 From: caktux Date: Tue, 25 Aug 2015 14:42:57 -0400 Subject: add missing shh_getMessages to RPC mappings --- rpc/api/shh.go | 1 + 1 file changed, 1 insertion(+) (limited to 'rpc') 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, } ) -- cgit