Skip to content

Commit 557d703

Browse files
committed
f sp
1 parent f3002f8 commit 557d703

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
@@ -450,7 +450,7 @@ pub(super) struct Channel<Signer: Sign> {
450450

451451
/// The timestamp set on our latest `channel_update` message for this channel. It is updated
452452
/// when the channel is updated in ways which may impact the `channel_update` message or when a
453-
/// new block is received, ensuring its always at least moderately close to the current real
453+
/// new block is received, ensuring it's always at least moderately close to the current real
454454
/// time.
455455
update_time_counter: u32,
456456

0 commit comments

Comments
 (0)