File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -2421,8 +2421,6 @@ impl ChannelMonitor {
2421
2421
claimed_input_material. push ( input_material) ;
2422
2422
}
2423
2423
}
2424
- // Avoid bump engine using inaccurate feerate due to new transaction size
2425
- claim_material. feerate_previous = 0 ;
2426
2424
//TODO: recompute soonest_timelock to avoid wasting a bit on fees
2427
2425
bump_candidates. push ( ( ancestor_claimable_txid. 0 . clone ( ) , claim_material. clone ( ) ) ) ;
2428
2426
}
@@ -2519,8 +2517,6 @@ impl ChannelMonitor {
2519
2517
OnchainEvent :: ContentiousOutpoint { outpoint, input_material } => {
2520
2518
if let Some ( ancestor_claimable_txid) = self . claimable_outpoints . get ( & outpoint) {
2521
2519
if let Some ( claim_material) = self . pending_claim_requests . get_mut ( & ancestor_claimable_txid. 0 ) {
2522
- // Avoid bump engine using inaccurate feerate due to new transaction size
2523
- claim_material. feerate_previous = 0 ;
2524
2520
claim_material. per_input_material . insert ( outpoint, input_material) ;
2525
2521
// Using a HashMap guarantee us than if we have multiple outpoints getting
2526
2522
// resurrected only one bump claim tx is going to be broadcast
You can’t perform that action at this time.
0 commit comments