Skip to content

Commit 0000fb3

Browse files
author
MarcoFalke
committed
doc: Remove outdated and stale todo comment
If anything is left to be done, a new discussion issue or pull request can be created.
1 parent fa2b529 commit 0000fb3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/init.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1036,8 +1036,6 @@ bool AppInitParameterInteraction(const ArgsManager& args)
10361036
return InitError(Untranslated("peertimeout must be a positive integer."));
10371037
}
10381038

1039-
// Sanity check argument for min fee for including tx in block
1040-
// TODO: Harmonize which arguments need sanity checking and where that happens
10411039
if (const auto arg{args.GetArg("-blockmintxfee")}) {
10421040
if (!ParseMoney(*arg)) {
10431041
return InitError(AmountErrMsg("blockmintxfee", *arg));

0 commit comments

Comments
 (0)