fuzz: add scanblocks as safe for fuzzing

This commit is contained in:
James O'Beirne 2021-11-19 13:22:29 -05:00
parent 94fe5453c7
commit 626b7c8493

View File

@ -151,6 +151,7 @@ const std::vector<std::string> RPC_COMMANDS_SAFE_FOR_FUZZING{
"preciousblock", "preciousblock",
"pruneblockchain", "pruneblockchain",
"reconsiderblock", "reconsiderblock",
"scanblocks",
"scantxoutset", "scantxoutset",
"sendrawtransaction", "sendrawtransaction",
"setmocktime", "setmocktime",