Merge pull request #1718 from caktux/develop

add missing shh_getMessages to RPC mappings
This commit is contained in:
Felix Lange 2015-08-26 18:55:51 +02:00
commit 14370a2260

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