mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
wallet: Fix documentation around WalletParameterInteraction
This commit is contained in:
parent
6e431296da
commit
faa13539d5
2 changed files with 2 additions and 2 deletions
|
|
@ -1106,7 +1106,7 @@ bool AppInitParameterInteraction()
|
|||
if (!ParseMoney(gArgs.GetArg("-minrelaytxfee", ""), n)) {
|
||||
return InitError(AmountErrMsg("minrelaytxfee", gArgs.GetArg("-minrelaytxfee", "")).translated);
|
||||
}
|
||||
// High fee check is done afterward in WalletParameterInteraction()
|
||||
// High fee check is done afterward in CWallet::CreateWalletFromFile()
|
||||
::minRelayTxFee = CFeeRate(n);
|
||||
} else if (incrementalRelayFee > ::minRelayTxFee) {
|
||||
// Allow only setting incrementalRelayFee to control both
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue