mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-01 22:02:55 +00:00
rpc/api: fix #1986, newIdentity autocomplete
This commit is contained in:
parent
10475f444c
commit
53f28e71dc
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ var (
|
||||||
},
|
},
|
||||||
"shh": []string{
|
"shh": []string{
|
||||||
"post",
|
"post",
|
||||||
"newIdentify",
|
"newIdentity",
|
||||||
"hasIdentity",
|
"hasIdentity",
|
||||||
"newGroup",
|
"newGroup",
|
||||||
"addToGroup",
|
"addToGroup",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue