Skip to content

Commit 50c1218

Browse files
committed
Bugfix: QA/fuzz: Add maxmempool to RPC_COMMANDS_SAFE_FOR_FUZZING
1 parent 69e5470 commit 50c1218

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/fuzz/rpc.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ const std::vector<std::string> RPC_COMMANDS_SAFE_FOR_FUZZING{
157157
"joinpsbts",
158158
"listbanned",
159159
"logging",
160+
"maxmempool",
160161
"mockscheduler",
161162
"ping",
162163
"preciousblock",

0 commit comments

Comments
 (0)