Skip to content

Commit 256aab4

Browse files
committed
f note past ser
1 parent ee6a067 commit 256aab4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6941,6 +6941,7 @@ impl Writeable for HTLCSource {
69416941
(0, session_priv, required),
69426942
(1, payment_id_opt, option),
69436943
(2, first_hop_htlc_msat, required),
6944+
// 3 was previously used to write a PaymentSecret for the payment.
69446945
(4, *path, vec_type),
69456946
(5, None::<PaymentParameters>, option), // payment_params in LDK versions prior to 0.0.115
69466947
});

0 commit comments

Comments
 (0)