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

rpc/api: fix #1986, newIdentity autocomplete
release/1.3.2^2
Felix Lange 9 years ago
commit 4a938406dc
  1. 2
      rpc/api/utils.go

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

Loading…
Cancel
Save