diff options
author | Felix Lange <fjl@twurst.com> | 2015-11-18 19:32:39 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2015-11-18 19:32:39 +0800 |
commit | 4a938406dc7c01c19418e1d9fb02819f326dfbca (patch) | |
tree | 225d5c97a8f534fb616faca912e485c35a7fcb6b | |
parent | 10475f444c9ef0f5f800ccdb03d2ba34b5bf4026 (diff) | |
parent | 53f28e71dc2ee41af3addc81a6a63be2f53bc0ba (diff) | |
download | dexon-4a938406dc7c01c19418e1d9fb02819f326dfbca.tar.gz dexon-4a938406dc7c01c19418e1d9fb02819f326dfbca.tar.zst dexon-4a938406dc7c01c19418e1d9fb02819f326dfbca.zip |
Merge pull request #1990 from karalabe/fix-whisper-autocomplete
rpc/api: fix #1986, newIdentity autocomplete
-rw-r--r-- | rpc/api/utils.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/api/utils.go b/rpc/api/utils.go index 5a3ade46b..8351e88d3 100644 --- a/rpc/api/utils.go +++ b/rpc/api/utils.go @@ -130,7 +130,7 @@ var ( }, "shh": []string{ "post", - "newIdentify", + "newIdentity", "hasIdentity", "newGroup", "addToGroup", |