浏览代码

add missing shh_getMessages to RPC mappings

caktux 10 年之前
父节点
当前提交
a1d8015817
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      rpc/api/shh.go

+ 1 - 0
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,
 	}
 )