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{
"post",
"newIdentify",
"newIdentity",
"hasIdentity",
"newGroup",
"addToGroup",

Loading…
Cancel
Save