mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-10 13:19:04 +00:00
Merge pull request #1718 from caktux/develop
add missing shh_getMessages to RPC mappings
This commit is contained in:
commit
14370a2260
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue