Skip to content

Commit ceeac8e

Browse files
committed
f bump version
1 parent cb4b87c commit ceeac8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ pub(super) struct Channel<Signer: Sign> {
458458
funding_tx_confirmation_height: u32,
459459
short_channel_id: Option<u64>,
460460
/// 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.
461+
/// serialized if it was serialized by versions prior to 0.0.103.
462462
/// We use this to close if funding is never broadcasted.
463463
channel_creation_height: u32,
464464

0 commit comments

Comments
 (0)