Skip to content

Commit b14ca39

Browse files
committed
f tweak comment
1 parent c884e89 commit b14ca39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3364,7 +3364,8 @@ impl<Signer: Sign, M: Deref, T: Deref, K: Deref, F: Deref, L: Deref> ChannelMana
33643364
if let Some(short_id) = channel.get_short_channel_id() {
33653365
short_to_id.remove(&short_id);
33663366
}
3367-
// It looks like our counterparty went on-chain. Close the channel.
3367+
// It looks like our counterparty went on-chain or funding transaction was
3368+
// reorged out of the main chain. Close the channel.
33683369
failed_channels.push(channel.force_shutdown(true));
33693370
if let Ok(update) = self.get_channel_update(&channel) {
33703371
pending_msg_events.push(events::MessageSendEvent::BroadcastChannelUpdate {

0 commit comments

Comments
 (0)