Bugfix: QA/fuzz: Add getrpcwhitelist to RPC_COMMANDS_SAFE_FOR_FUZZING

This commit is contained in:
Luke Dashjr 2023-10-10 00:31:00 +00:00
parent 4432c6b5b7
commit a13f2b66f4

View File

@ -146,6 +146,7 @@ const std::vector<std::string> RPC_COMMANDS_SAFE_FOR_FUZZING{
"getrawmempool", "getrawmempool",
"getrawtransaction", "getrawtransaction",
"getrpcinfo", "getrpcinfo",
"getrpcwhitelist",
"gettxout", "gettxout",
"gettxoutsetinfo", "gettxoutsetinfo",
"gettxspendingprevout", "gettxspendingprevout",