mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-03 01:53:48 +00:00
Merge pull request #1990 from karalabe/fix-whisper-autocomplete
rpc/api: fix #1986, newIdentity autocomplete
This commit is contained in:
commit
4a938406dc
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ var (
|
|||
},
|
||||
"shh": []string{
|
||||
"post",
|
||||
"newIdentify",
|
||||
"newIdentity",
|
||||
"hasIdentity",
|
||||
"newGroup",
|
||||
"addToGroup",
|
||||
|
|
|
|||
Loading…
Reference in a new issue