Bugfix: QA/fuzz: Add maxmempool to RPC_COMMANDS_SAFE_FOR_FUZZING

This commit is contained in:
Luke Dashjr 2023-10-10 00:31:56 +00:00
parent 25a3e16509
commit 4a3242f0da

View File

@ -154,6 +154,7 @@ const std::vector<std::string> RPC_COMMANDS_SAFE_FOR_FUZZING{
"joinpsbts",
"listbanned",
"logging",
"maxmempool",
"mockscheduler",
"ping",
"preciousblock",