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": {},
|
"getblock": {},
|
||||||
"getblockcount": {},
|
"getblockcount": {},
|
||||||
"getblockhash": {},
|
"getblockhash": {},
|
||||||
|
"getblockheader": {},
|
||||||
"getcurrentnet": {},
|
"getcurrentnet": {},
|
||||||
"getdifficulty": {},
|
"getdifficulty": {},
|
||||||
"getheaders": {},
|
"getheaders": {},
|
||||||
|
|
Loading…
Reference in a new issue