diff options
author | Péter Szilágyi <peterke@gmail.com> | 2015-11-18 19:03:20 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2015-11-18 19:03:20 +0800 |
commit | 53f28e71dc2ee41af3addc81a6a63be2f53bc0ba (patch) | |
tree | 225d5c97a8f534fb616faca912e485c35a7fcb6b /rpc | |
parent | 10475f444c9ef0f5f800ccdb03d2ba34b5bf4026 (diff) | |
download | dexon-53f28e71dc2ee41af3addc81a6a63be2f53bc0ba.tar.gz dexon-53f28e71dc2ee41af3addc81a6a63be2f53bc0ba.tar.zst dexon-53f28e71dc2ee41af3addc81a6a63be2f53bc0ba.zip |
rpc/api: fix #1986, newIdentity autocomplete
Diffstat (limited to 'rpc')
-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", |