add missing shh_getMessages to RPC mappings

This commit is contained in:
caktux 2015-08-25 14:42:57 -04:00
parent abce09954b
commit a1d8015817
1 changed files with 1 additions and 0 deletions

View File

@ -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,
}
)