@@ -476,7 +476,7 @@ impl_writeable_tlv_based_enum!(SentHTLCId,
476476 },
477477 (2, OutboundRoute) => {
478478 (0, session_priv, required),
479- };
479+ },
480480);
481481
482482
@@ -881,7 +881,7 @@ impl_writeable_tlv_based_enum!(EventCompletionAction,
881881 // Note that by the time we get past the required read above, channel_funding_outpoint will be
882882 // filled in, so we can safely unwrap it here.
883883 (3, channel_id, (default_value, ChannelId::v1_from_funding_outpoint(channel_funding_outpoint.0.unwrap()))),
884- };
884+ }
885885);
886886
887887#[derive(Debug)]
@@ -10829,7 +10829,7 @@ impl_writeable_tlv_based_enum!(PendingHTLCRouting,
1082910829 (4, payment_data, option), // Added in 0.0.116
1083010830 (5, custom_tlvs, optional_vec),
1083110831 },
10832- ; );
10832+ );
1083310833
1083410834impl_writeable_tlv_based!(PendingHTLCInfo, {
1083510835 (0, routing, required),
@@ -10909,14 +10909,14 @@ impl Readable for HTLCFailureMsg {
1090910909 }
1091010910}
1091110911
10912- impl_writeable_tlv_based_enum !(PendingHTLCStatus, ;
10912+ impl_writeable_tlv_based_enum_legacy !(PendingHTLCStatus, ;
1091310913 (0, Forward),
1091410914 (1, Fail),
1091510915);
1091610916
1091710917impl_writeable_tlv_based_enum!(BlindedFailure,
1091810918 (0, FromIntroductionNode) => {},
10919- (2, FromBlindedNode) => {}, ;
10919+ (2, FromBlindedNode) => {},
1092010920);
1092110921
1092210922impl_writeable_tlv_based!(HTLCPreviousHopData, {
0 commit comments