Remove unused feebumper code

pull/24562/head
MarcoFalke 3 years ago
parent 25d045a9ec
commit fae5d06eed
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548

@ -233,12 +233,6 @@ Result CreateRateBumpTransaction(CWallet& wallet, const uint256& txid, const CCo
// Write back transaction
mtx = CMutableTransaction(*tx_new);
// Mark new tx not replaceable, if requested.
if (!coin_control.m_signal_bip125_rbf.value_or(wallet.m_signal_rbf)) {
for (auto& input : mtx.vin) {
if (input.nSequence < 0xfffffffe) input.nSequence = 0xfffffffe;
}
}
return Result::OK;
}

Loading…
Cancel
Save