Skip to content

Commit 724a40e

Browse files
committed
f Make orphan TX map limiting dependent on total TX size instead of TX count (#3121)
1 parent 248016f commit 724a40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1402,7 +1402,7 @@ bool AppInitParameterInteraction()
14021402
return InitError("LLMQ type for ChainLocks can only be overridden on devnet.");
14031403
}
14041404

1405-
if (gArgs.IsArgSet("-maxorphantx")) {
1405+
if (IsArgSet("-maxorphantx")) {
14061406
InitWarning("-maxorphantx is not supported anymore. Use -maxorphantxsize instead.");
14071407
}
14081408

0 commit comments

Comments
 (0)