You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct input comparison for input-subset RBF bump creation
This resolves a regression introduced in "Implement bumping engine in
ChannelMonitor::block_connected" in which not all inputs are checked.
Several opportunities to clarify and clean up comments are also taken.
if claimed_outpoints.len() == 0 && claim_material.per_input_material.len() == tx.input.len(){// If true, register claim request to be removed after reaching a block security height
2415
+
2416
+
// If this is our transaction (or our counterparty spent all the outputs
2417
+
// before we could anyway), wait for ANTI_REORG_DELAY and clean the RBF
0 commit comments