Skip to content

Commit c9baefb

Browse files
committed
fixup: Determine if we have lost data
1 parent e3de698 commit c9baefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9294,7 +9294,7 @@ This indicates a bug inside LDK. Please report this error at https://github.com/
92949294
}
92959295
},
92969296
None => {
9297-
// TODO: Figure out if this channel is so old that we have forgotten about it.
9297+
// TODO: Figure out if this channel is closed and we have forgotten about it.
92989298
panic!("Lost a channel {}", &mon_holder.channel_id);
92999299
},
93009300
}

0 commit comments

Comments
 (0)