Skip to content

Commit

Permalink
rpcserver: Allow limited user access to getblockheader command.
Browse files Browse the repository at this point in the history
  • Loading branch information
aakselrod committed Feb 16, 2017
1 parent d06c0bb commit 583684b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpcserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ var rpcLimited = map[string]struct{}{
"getblock": {},
"getblockcount": {},
"getblockhash": {},
"getblockheader": {},
"getcurrentnet": {},
"getdifficulty": {},
"getheaders": {},
Expand Down

0 comments on commit 583684b

Please sign in to comment.