We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa2b529 commit 0000fb3Copy full SHA for 0000fb3
src/init.cpp
@@ -1036,8 +1036,6 @@ bool AppInitParameterInteraction(const ArgsManager& args)
1036
return InitError(Untranslated("peertimeout must be a positive integer."));
1037
}
1038
1039
- // Sanity check argument for min fee for including tx in block
1040
- // TODO: Harmonize which arguments need sanity checking and where that happens
1041
if (const auto arg{args.GetArg("-blockmintxfee")}) {
1042
if (!ParseMoney(*arg)) {
1043
return InitError(AmountErrMsg("blockmintxfee", *arg));
0 commit comments