mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-12-27 09:04:40 +01:00
9d3cb95489
Minimal set of changes to update the peer_wire.csv to include the TLV field in the `funding_locked` message, and add type 1=alias from that PR too.
15 lines
595 B
Diff
15 lines
595 B
Diff
diff --git a/wire/peer_wire.csv b/wire/peer_wire.csv
|
|
index a028ddc66..fc24b61ef 100644
|
|
--- a/wire/peer_wire.csv
|
|
+++ b/wire/peer_wire.csv
|
|
@@ -126,6 +126,9 @@ msgdata,funding_signed,signature,signature,
|
|
msgtype,funding_locked,36
|
|
msgdata,funding_locked,channel_id,channel_id,
|
|
msgdata,funding_locked,next_per_commitment_point,point,
|
|
+msgdata,funding_locked,tlvs,funding_locked_tlvs,
|
|
+tlvtype,funding_locked_tlvs,alias,1
|
|
+tlvdata,funding_locked_tlvs,alias,scid,short_channel_id,
|
|
msgtype,open_channel2,64
|
|
msgdata,open_channel2,chain_hash,chain_hash,
|
|
msgdata,open_channel2,channel_id,channel_id,
|