From fa0cf040baa74b161b4b00ddea95bfb5aac0bb53 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Sun, 16 Mar 2025 14:18:40 +0100 Subject: [PATCH] doc: Remove outdated and stale todo comment If anything is left to be done, a new discussion issue or pull request can be created. --- src/init.cpp | 2 -- 1 file changed, 2 deletions(-) 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));