Skip to content

Commit 294048f

Browse files
committed
Remove FundedChannel::pending_funding persistence
FundedChannel::pending_funding is to be moved to PendingSplice. As such, it will be persisted with PendingSplice once persistence is added for the latter.
1 parent 0fe51c5 commit 294048f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lightning/src/ln/channel.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12616,7 +12616,6 @@ where
1261612616
(49, self.context.local_initiated_shutdown, option), // Added in 0.0.122
1261712617
(51, is_manual_broadcast, option), // Added in 0.0.124
1261812618
(53, funding_tx_broadcast_safe_event_emitted, option), // Added in 0.0.124
12619-
(54, self.pending_funding, optional_vec), // Added in 0.2
1262012619
(55, removed_htlc_failure_attribution_data, optional_vec), // Added in 0.2
1262112620
(57, holding_cell_failure_attribution_data, optional_vec), // Added in 0.2
1262212621
(58, self.interactive_tx_signing_session, option), // Added in 0.2
@@ -12980,7 +12979,6 @@ where
1298012979
(49, local_initiated_shutdown, option),
1298112980
(51, is_manual_broadcast, option),
1298212981
(53, funding_tx_broadcast_safe_event_emitted, option),
12983-
(54, pending_funding, optional_vec), // Added in 0.2
1298412982
(55, removed_htlc_failure_attribution_data, optional_vec),
1298512983
(57, holding_cell_failure_attribution_data, optional_vec),
1298612984
(58, interactive_tx_signing_session, option), // Added in 0.2

0 commit comments

Comments
 (0)