rpcserver: Allow limited user access to getblockheader
command.
This commit is contained in:
parent
d06c0bb181
commit
583684b21b
1 changed files with 1 additions and 0 deletions
|
@ -254,6 +254,7 @@ var rpcLimited = map[string]struct{}{
|
|||
"getblock": {},
|
||||
"getblockcount": {},
|
||||
"getblockhash": {},
|
||||
"getblockheader": {},
|
||||
"getcurrentnet": {},
|
||||
"getdifficulty": {},
|
||||
"getheaders": {},
|
||||
|
|
Loading…
Reference in a new issue