mirror of https://github.com/status-im/op-geth.git
add missing shh_getMessages to RPC mappings
This commit is contained in:
parent
abce09954b
commit
a1d8015817
|
@ -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 New Issue