We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3c037 commit c0e4cf3Copy full SHA for c0e4cf3
lightning/src/ln/channel.rs
@@ -4003,7 +4003,7 @@ impl<Signer: Sign> Channel<Signer> {
4003
// disconnected during the time the previous hop was doing the commitment dance we may
4004
// end up getting here after the forwarding delay. In any case, returning an
4005
// 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()));
+ return Err(ChannelError::Ignore("Cannot send an HTLC while disconnected from channel counterparty".to_owned()));
4007
}
4008
4009
let (outbound_htlc_count, htlc_outbound_value_msat) = self.get_outbound_pending_htlc_stats();
0 commit comments