Skip to content

Commit

Permalink
Bugfix: QA/fuzz: Add listprunelocks and setprunelock to RPC_COMMANDS_…
Browse files Browse the repository at this point in the history
…SAFE_FOR_FUZZING
  • Loading branch information
luke-jr committed Dec 19, 2023
1 parent 2319e15 commit 427353a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/fuzz/rpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ const std::vector<std::string> RPC_COMMANDS_SAFE_FOR_FUZZING{
"invalidateblock",
"joinpsbts",
"listbanned",
"listprunelocks",
"logging",
"mockscheduler",
"ping",
Expand All @@ -166,6 +167,7 @@ const std::vector<std::string> RPC_COMMANDS_SAFE_FOR_FUZZING{
"sendrawtransaction",
"setmocktime",
"setnetworkactive",
"setprunelock",
"signmessagewithprivkey",
"signrawtransactionwithkey",
"submitblock",
Expand Down

0 comments on commit 427353a

Please sign in to comment.