Skip to content

Commit

Permalink
Fix spelling in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt authored and shaavan committed Jul 12, 2024
1 parent 011e70a commit 32fbdfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/ln/msgs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2902,7 +2902,7 @@ impl Writeable for UnsignedChannelUpdate {
self.chain_hash.write(w)?;
self.short_channel_id.write(w)?;
self.timestamp.write(w)?;
// Thw low bit of message_flags used to indicate the presence of `htlc_maximum_msat`, and
// The low bit of message_flags used to indicate the presence of `htlc_maximum_msat`, and
// now must be set
(self.message_flags | 1).write(w)?;
self.channel_flags.write(w)?;
Expand Down

0 comments on commit 32fbdfc

Please sign in to comment.