mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-28 13:02:38 +02:00
Bugfix: QA/fuzz: Add getrpcwhitelist to RPC_COMMANDS_SAFE_FOR_FUZZING
This commit is contained in:
parent
4432c6b5b7
commit
a13f2b66f4
@ -146,6 +146,7 @@ const std::vector<std::string> RPC_COMMANDS_SAFE_FOR_FUZZING{
|
||||
"getrawmempool",
|
||||
"getrawtransaction",
|
||||
"getrpcinfo",
|
||||
"getrpcwhitelist",
|
||||
"gettxout",
|
||||
"gettxoutsetinfo",
|
||||
"gettxspendingprevout",
|
||||
|
Loading…
Reference in New Issue
Block a user