Skip to content

Commit 669a459

Browse files
authored
Merge pull request #3154 from TheBlueMatt/2024-06-message-flags
Fix spelling in comment
2 parents 8d240cf + 46ba6a8 commit 669a459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/msgs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2902,7 +2902,7 @@ impl Writeable for UnsignedChannelUpdate {
29022902
self.chain_hash.write(w)?;
29032903
self.short_channel_id.write(w)?;
29042904
self.timestamp.write(w)?;
2905-
// Thw low bit of message_flags used to indicate the presence of `htlc_maximum_msat`, and
2905+
// The low bit of message_flags used to indicate the presence of `htlc_maximum_msat`, and
29062906
// now must be set
29072907
(self.message_flags | 1).write(w)?;
29082908
self.channel_flags.write(w)?;

0 commit comments

Comments
 (0)