mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Make sure we use nTxConfirmTarget during Qt fee bumps
This commit is contained in:
parent
be08fc39d0
commit
6ed4368f12
@ -712,7 +712,7 @@ bool WalletModel::bumpFee(uint256 hash)
|
||||
std::unique_ptr<CFeeBumper> feeBump;
|
||||
{
|
||||
LOCK2(cs_main, wallet->cs_wallet);
|
||||
feeBump.reset(new CFeeBumper(wallet, hash, 0, false, 0, true));
|
||||
feeBump.reset(new CFeeBumper(wallet, hash, nTxConfirmTarget, false, 0, true));
|
||||
}
|
||||
if (feeBump->getResult() != BumpFeeResult::OK)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user