mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
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:
parent
fa2b529f92
commit
0000fb3fd9
1 changed files with 0 additions and 2 deletions
|
@ -1036,8 +1036,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));
|
||||
|
|
Loading…
Add table
Reference in a new issue