Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FreshEyes] Prune locks #12

Open
wants to merge 10 commits into
base: bitcoin-fresheyes-staging-master-19463
Choose a base branch
from
Prev Previous commit
Next Next commit
Bugfix: QA/fuzz: Add listprunelocks and setprunelock to RPC_COMMANDS_…
…SAFE_FOR_FUZZING
  • Loading branch information
luke-jr committed Dec 19, 2023
commit 427353a89ddaba122428e918782b209414293665
2 changes: 2 additions & 0 deletions src/test/fuzz/rpc.cpp
Original file line number Diff line number Diff line change
@@ -153,6 +153,7 @@ const std::vector<std::string> RPC_COMMANDS_SAFE_FOR_FUZZING{
"invalidateblock",
"joinpsbts",
"listbanned",
"listprunelocks",
"logging",
"mockscheduler",
"ping",
@@ -166,6 +167,7 @@ const std::vector<std::string> RPC_COMMANDS_SAFE_FOR_FUZZING{
"sendrawtransaction",
"setmocktime",
"setnetworkactive",
"setprunelock",
"signmessagewithprivkey",
"signrawtransactionwithkey",
"submitblock",