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 f3002f8 commit 557d703Copy full SHA for 557d703
lightning/src/ln/channel.rs
@@ -450,7 +450,7 @@ pub(super) struct Channel<Signer: Sign> {
450
451
/// The timestamp set on our latest `channel_update` message for this channel. It is updated
452
/// 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
+ /// new block is received, ensuring it's always at least moderately close to the current real
454
/// time.
455
update_time_counter: u32,
456
0 commit comments