Skip to content

Commit

Permalink
wire: use correct number of update_add_tlvs blinding field.
Browse files Browse the repository at this point in the history
See: ElementsProject#5823
Reported-by: @t-bast
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-EXPERIMENTAL: `offers` breaking blinded payments change (update_add_tlvs fix, Eclair compat)
  • Loading branch information
rustyrussell committed Jan 12, 2023
1 parent 2d33fbd commit 3c2a637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wire/extracted_peer_add_htlc-plus-blinding.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index 5a2a8c23f..7b26242e3 100644
msgdata,update_add_htlc,cltv_expiry,u32,
msgdata,update_add_htlc,onion_routing_packet,byte,1366
+msgdata,update_add_htlc,tlvs,update_add_tlvs,
+tlvtype,update_add_tlvs,blinding,2
+tlvtype,update_add_tlvs,blinding,0
+tlvdata,update_add_tlvs,blinding,blinding,point,
msgtype,update_fulfill_htlc,130
msgdata,update_fulfill_htlc,channel_id,channel_id,
Expand Down

0 comments on commit 3c2a637

Please sign in to comment.