Skip to content

Commit bdac7ec

Browse files
committed
f drop testing code
1 parent 735d889 commit bdac7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2487,7 +2487,7 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
24872487
// claimable balance if the claim was an HTLC-Success or
24882488
// HTLC-Timeout transaction.
24892489
on_to_local_output_csv: if accepted_preimage_claim || offered_timeout_claim {
2490-
Some(self.on_holder_tx_csv) } else { Some(0) },
2490+
Some(self.on_holder_tx_csv) } else { None },
24912491
},
24922492
});
24932493
} else {

0 commit comments

Comments
 (0)