mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge 8af835a72d into merged_master (Bitcoin PR #16796)
This commit is contained in:
commit
8fa52e84b0
8 changed files with 34 additions and 5 deletions
|
|
@ -1148,7 +1148,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