We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3de698 commit c9baefbCopy full SHA for c9baefb
1 file changed
lightning/src/ln/channelmanager.rs
@@ -9294,7 +9294,7 @@ This indicates a bug inside LDK. Please report this error at https://github.com/
9294
}
9295
},
9296
None => {
9297
- // TODO: Figure out if this channel is so old that we have forgotten about it.
+ // TODO: Figure out if this channel is closed and we have forgotten about it.
9298
panic!("Lost a channel {}", &mon_holder.channel_id);
9299
9300
0 commit comments