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 cb4b87c commit ceeac8eCopy full SHA for ceeac8e
lightning/src/ln/channel.rs
@@ -458,7 +458,7 @@ pub(super) struct Channel<Signer: Sign> {
458
funding_tx_confirmation_height: u32,
459
short_channel_id: Option<u64>,
460
/// Either the height at which this channel was created or the height at which it was last
461
- /// serialized if it was serialized by versions prior to 0.0.102.
+ /// serialized if it was serialized by versions prior to 0.0.103.
462
/// We use this to close if funding is never broadcasted.
463
channel_creation_height: u32,
464
0 commit comments