Skip to content

Commit ab0ba65

Browse files
Update RECONSTRUCT_HTLCS_FROM_CHANS_VERSION 5 -> 2
We previously had 5 due to wanting some flexibility to bump versions in between, but eventually concluded that wasn't necessary.
1 parent 5daf51c commit ab0ba65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16616,7 +16616,7 @@ const MIN_SERIALIZATION_VERSION: u8 = 1;
1661616616
//
1661716617
// If 0.3 or 0.4 reads this manager version, it knows that the legacy maps were not written and
1661816618
// acts accordingly.
16619-
const RECONSTRUCT_HTLCS_FROM_CHANS_VERSION: u8 = 5;
16619+
const RECONSTRUCT_HTLCS_FROM_CHANS_VERSION: u8 = 2;
1662016620

1662116621
impl_writeable_tlv_based!(PhantomRouteHints, {
1662216622
(2, channels, required_vec),

0 commit comments

Comments
 (0)