Skip to content

Commit c0e4cf3

Browse files
committed
f correct log entry
1 parent 1c3c037 commit c0e4cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4003,7 +4003,7 @@ impl<Signer: Sign> Channel<Signer> {
40034003
// disconnected during the time the previous hop was doing the commitment dance we may
40044004
// end up getting here after the forwarding delay. In any case, returning an
40054005
// IgnoreError will get ChannelManager to do the right thing and fail backwards now.
4006-
return Err(ChannelError::Ignore("Cannot send an HTLC while disconnected/frozen for channel monitor update".to_owned()));
4006+
return Err(ChannelError::Ignore("Cannot send an HTLC while disconnected from channel counterparty".to_owned()));
40074007
}
40084008

40094009
let (outbound_htlc_count, htlc_outbound_value_msat) = self.get_outbound_pending_htlc_stats();

0 commit comments

Comments
 (0)