Skip to content

Commit 436112c

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 82519a2 commit 436112c

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
@@ -12615,7 +12615,6 @@ where
1261512615
(49, self.context.local_initiated_shutdown, option), // Added in 0.0.122
1261612616
(51, is_manual_broadcast, option), // Added in 0.0.124
1261712617
(53, funding_tx_broadcast_safe_event_emitted, option), // Added in 0.0.124
12618-
(54, self.pending_funding, optional_vec), // Added in 0.2
1261912618
(55, removed_htlc_failure_attribution_data, optional_vec), // Added in 0.2
1262012619
(57, holding_cell_failure_attribution_data, optional_vec), // Added in 0.2
1262112620
(58, self.interactive_tx_signing_session, option), // Added in 0.2
@@ -12979,7 +12978,6 @@ where
1297912978
(49, local_initiated_shutdown, option),
1298012979
(51, is_manual_broadcast, option),
1298112980
(53, funding_tx_broadcast_safe_event_emitted, option),
12982-
(54, pending_funding, optional_vec), // Added in 0.2
1298312981
(55, removed_htlc_failure_attribution_data, optional_vec),
1298412982
(57, holding_cell_failure_attribution_data, optional_vec),
1298512983
(58, interactive_tx_signing_session, option), // Added in 0.2

0 commit comments

Comments
 (0)