Skip to content

Commit 4c7f2f6

Browse files
wire: adds endorsed tlv type inside the update_add_htlc
This commit introduce the wire change to the wire sysytem of core lightning in order to implement the [1]. [1] lightning/bolts#1071 Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
1 parent 7bea339 commit 4c7f2f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wire/peer_wire.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@ msgdata,update_add_htlc,cltv_expiry,u32,
245245
msgdata,update_add_htlc,onion_routing_packet,byte,1366
246246
tlvtype,update_add_htlc_tlvs,blinding_point,0
247247
tlvdata,update_add_htlc_tlvs,blinding_point,blinding,point,
248+
tlvtype,update_add_htlc_tlvs,endorsed,1
249+
tlvdata,update_add_htlc_tlvs,endorsed,endorsed,byte,
248250
msgtype,update_fulfill_htlc,130
249251
msgdata,update_fulfill_htlc,channel_id,channel_id,
250252
msgdata,update_fulfill_htlc,id,u64,

0 commit comments

Comments
 (0)