mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 20:09:18 +01:00
wire: fix extracted patch.
Too much context, it didn't apply if you try to rebuild from source! Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
a3ebc1bac4
commit
06d42694d5
1 changed files with 2 additions and 7 deletions
|
@ -27,7 +27,7 @@
|
|||
msgdata,open_channel2,funding_feerate_perkw,u32,
|
||||
msgdata,open_channel2,commitment_feerate_perkw,u32,
|
||||
msgdata,open_channel2,funding_satoshis,u64,
|
||||
@@ -161,19 +162,20 @@
|
||||
@@ -161,6 +162,7 @@
|
||||
msgdata,open_channel2,delayed_payment_basepoint,point,
|
||||
msgdata,open_channel2,htlc_basepoint,point,
|
||||
msgdata,open_channel2,first_per_commitment_point,point,
|
||||
|
@ -35,12 +35,7 @@
|
|||
msgdata,open_channel2,channel_flags,byte,
|
||||
msgdata,open_channel2,tlvs,opening_tlvs,
|
||||
tlvtype,opening_tlvs,upfront_shutdown_script,0
|
||||
tlvdata,opening_tlvs,upfront_shutdown_script,shutdown_scriptpubkey,byte,...
|
||||
tlvtype,opening_tlvs,channel_type,1
|
||||
tlvdata,opening_tlvs,channel_type,type,byte,...
|
||||
tlvtype,opening_tlvs,request_funds,3
|
||||
tlvdata,opening_tlvs,request_funds,requested_sats,u64,
|
||||
tlvdata,opening_tlvs,request_funds,blockheight,u32,
|
||||
@@ -173,7 +175,7 @@
|
||||
tlvtype,opening_tlvs,require_confirmed_inputs,2
|
||||
tlvdata,opening_tlvs,require_confirmed_inputs,empty,byte,0
|
||||
msgtype,accept_channel2,65
|
||||
|
|
Loading…
Add table
Reference in a new issue