Skip to content

Commit e432d80

Browse files
f move payment secret to custom tlv
1 parent 69053ec commit e432d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/blinded_path/payment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ impl_writeable_tlv_based!(ForwardTlvs, {
9393
});
9494

9595
impl_writeable_tlv_based!(ReceiveTlvs, {
96-
(6, payment_secret, required),
9796
(12, payment_constraints, required),
97+
(65536, payment_secret, required),
9898
});
9999

100100
impl<'a> Writeable for BlindedPaymentTlvsRef<'a> {

0 commit comments

Comments
 (0)