mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
Remove unused feebumper code
This commit is contained in:
@@ -233,12 +233,6 @@ Result CreateRateBumpTransaction(CWallet& wallet, const uint256& txid, const CCo
|
|||||||
|
|
||||||
// Write back transaction
|
// Write back transaction
|
||||||
mtx = CMutableTransaction(*tx_new);
|
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;
|
return Result::OK;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user