rpcserver: Allow limited user access to getblockheader command.

This commit is contained in:
Alex 2017-02-16 11:10:28 -07:00
parent d06c0bb181
commit 583684b21b

View file

@ -254,6 +254,7 @@ var rpcLimited = map[string]struct{}{
"getblock": {},
"getblockcount": {},
"getblockhash": {},
"getblockheader": {},
"getcurrentnet": {},
"getdifficulty": {},
"getheaders": {},