Allow the session RPC for limited (read-only) clients.
This commit is contained in:
parent
3c9d18d641
commit
5983c9b98e
1 changed files with 1 additions and 0 deletions
|
@ -234,6 +234,7 @@ var rpcLimited = map[string]struct{}{
|
||||||
"notifyreceived": struct{}{},
|
"notifyreceived": struct{}{},
|
||||||
"notifyspent": struct{}{},
|
"notifyspent": struct{}{},
|
||||||
"rescan": struct{}{},
|
"rescan": struct{}{},
|
||||||
|
"session": struct{}{},
|
||||||
|
|
||||||
// Websockets AND HTTP/S commands
|
// Websockets AND HTTP/S commands
|
||||||
"help": struct{}{},
|
"help": struct{}{},
|
||||||
|
|
Loading…
Reference in a new issue