Skip to content

Commit ddddbde

Browse files
committed
EXPERIMENTAL_FEATURES: import channel_type from lightning/bolts#880
Signed-off-by: Rusty Russell <[email protected]>
1 parent a6caf99 commit ddddbde

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
diff --git a/wire/peer_wire.csv b/wire/peer_wire.csv
2+
index 40b78f175..8c256bbb6 100644
3+
--- a/wire/peer_wire.csv
4+
+++ b/wire/peer_wire.csv
5+
@@ -91,6 +53,8 @@ msgdata,open_channel,channel_flags,byte,
6+
msgdata,open_channel,tlvs,open_channel_tlvs,
7+
tlvtype,open_channel_tlvs,upfront_shutdown_script,0
8+
tlvdata,open_channel_tlvs,upfront_shutdown_script,shutdown_scriptpubkey,byte,...
9+
+tlvtype,open_channel_tlvs,channel_type,1
10+
+tlvdata,open_channel_tlvs,channel_type,type,byte,...
11+
msgtype,accept_channel,33
12+
msgdata,accept_channel,temporary_channel_id,byte,32
13+
msgdata,accept_channel,dust_limit_satoshis,u64,
14+
@@ -109,6 +73,8 @@ msgdata,accept_channel,first_per_commitment_point,point,
15+
msgdata,accept_channel,tlvs,accept_channel_tlvs,
16+
tlvtype,accept_channel_tlvs,upfront_shutdown_script,0
17+
tlvdata,accept_channel_tlvs,upfront_shutdown_script,shutdown_scriptpubkey,byte,...
18+
+tlvtype,accept_channel_tlvs,channel_type,1
19+
+tlvdata,accept_channel_tlvs,channel_type,type,byte,...
20+
msgtype,funding_created,34
21+
msgdata,funding_created,temporary_channel_id,byte,32
22+
msgdata,funding_created,funding_txid,sha256,

0 commit comments

Comments
 (0)