mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-29 21:42:32 +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",
|
"getrawmempool",
|
||||||
"getrawtransaction",
|
"getrawtransaction",
|
||||||
"getrpcinfo",
|
"getrpcinfo",
|
||||||
|
"getrpcwhitelist",
|
||||||
"gettxout",
|
"gettxout",
|
||||||
"gettxoutsetinfo",
|
"gettxoutsetinfo",
|
||||||
"gettxspendingprevout",
|
"gettxspendingprevout",
|
||||||
|
Loading…
Reference in New Issue
Block a user