@@ -8726,7 +8726,8 @@ impl<SP: Deref> Writeable for Channel<SP> where SP::Target: SignerProvider {
8726
8726
(39, pending_outbound_blinding_points, optional_vec),
8727
8727
(41, holding_cell_blinding_points, optional_vec),
8728
8728
(43, malformed_htlcs, optional_vec), // Added in 0.0.119
8729
- (45, self.context.local_initiated_shutdown, option), // Added in 0.0.122
8729
+ // 45 and 47 are reserved for async signing
8730
+ (49, self.context.local_initiated_shutdown, option), // Added in 0.0.122
8730
8731
});
8731
8732
8732
8733
Ok(())
@@ -9066,7 +9067,8 @@ impl<'a, 'b, 'c, ES: Deref, SP: Deref> ReadableArgs<(&'a ES, &'b SP, u32, &'c Ch
9066
9067
(39, pending_outbound_blinding_points_opt, optional_vec),
9067
9068
(41, holding_cell_blinding_points_opt, optional_vec),
9068
9069
(43, malformed_htlcs, optional_vec), // Added in 0.0.119
9069
- (45, local_initiated_shutdown, option),
9070
+ // 45 and 47 are reserved for async signing
9071
+ (49, local_initiated_shutdown, option),
9070
9072
});
9071
9073
9072
9074
let (channel_keys_id, holder_signer) = if let Some(channel_keys_id) = channel_keys_id {
0 commit comments