diff --git a/src/init.cpp b/src/init.cpp index 1a0a1f09e94..b72ebf7b110 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1010,8 +1010,6 @@ bool AppInitParameterInteraction(const ArgsManager& args) return InitError(Untranslated("peertimeout must be a positive integer.")); } - // Sanity check argument for min fee for including tx in block - // TODO: Harmonize which arguments need sanity checking and where that happens if (const auto arg{args.GetArg("-blockmintxfee")}) { if (!ParseMoney(*arg)) { return InitError(AmountErrMsg("blockmintxfee", *arg));