doc: Remove outdated and stale todo comment

If anything is left to be done, a new discussion issue or pull request
can be created.
This commit is contained in:
MarcoFalke 2025-03-16 14:18:40 +01:00
parent fa3fb3c23f
commit fa0cf040ba
No known key found for this signature in database

View File

@ -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));