Skip to content

Commit

Permalink
added getrawtransaction to command whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Apr 12, 2019
1 parent 5705f06 commit ff602e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ static const std::vector<std::string> DEFAULT_CMD_WHITE_LIST = {
"getnetworkinfo",
"getblockchaininfo",
"getblockheader",
"getrawtransaction",
"gettxout"};

class Config
Expand Down

0 comments on commit ff602e0

Please sign in to comment.