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.
2 parents 8d240cf + 46ba6a8 commit 669a459Copy full SHA for 669a459
lightning/src/ln/msgs.rs
@@ -2902,7 +2902,7 @@ impl Writeable for UnsignedChannelUpdate {
2902
self.chain_hash.write(w)?;
2903
self.short_channel_id.write(w)?;
2904
self.timestamp.write(w)?;
2905
- // 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
2906
// now must be set
2907
(self.message_flags | 1).write(w)?;
2908
self.channel_flags.write(w)?;
0 commit comments