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 a6d677e commit 92173dbCopy full SHA for 92173db
lightning/src/ln/features.rs
@@ -817,7 +817,7 @@ impl_feature_len_prefixed_write!(ChannelFeatures);
817
impl_feature_len_prefixed_write!(NodeFeatures);
818
impl_feature_len_prefixed_write!(InvoiceFeatures);
819
820
-// Some features only appears inside of TLVs, so they don't have a length prefix when serialized.
+// Some features only appear inside of TLVs, so they don't have a length prefix when serialized.
821
macro_rules! impl_feature_tlv_value_write {
822
($features: ident) => {
823
impl Writeable for $features {
0 commit comments