Merge pull request #1990 from karalabe/fix-whisper-autocomplete

rpc/api: fix #1986, newIdentity autocomplete
This commit is contained in:
Felix Lange 2015-11-18 12:32:39 +01:00
commit 4a938406dc

View File

@ -130,7 +130,7 @@ var (
}, },
"shh": []string{ "shh": []string{
"post", "post",
"newIdentify", "newIdentity",
"hasIdentity", "hasIdentity",
"newGroup", "newGroup",
"addToGroup", "addToGroup",