Skip to content

Commit e7c8453

Browse files
committed
f drop stale comment
1 parent bdac7ec commit e7c8453

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2404,10 +2404,6 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
24042404

24052405
macro_rules! log_claim {
24062406
($tx_info: expr, $holder_tx: expr, $htlc: expr, $source_avail: expr) => {
2407-
// We found the output in question, but aren't failing it backwards
2408-
// as we have no corresponding source and no valid counterparty commitment txid
2409-
// to try a weak source binding with same-hash, same-value still-valid offered HTLC.
2410-
// This implies either it is an inbound HTLC or an outbound HTLC on a revoked transaction.
24112407
let outbound_htlc = $holder_tx == $htlc.offered;
24122408
// HTLCs must either be claimed by a matching script type or through the
24132409
// revocation path:

0 commit comments

Comments
 (0)