Skip to content

Commit 58e42ea

Browse files
committed
wire: fix patch file to match actual peer_wire.csv.
Running `make extract-peer-csv` changes peer_wire.csv, @niftynei points out that the patch file is wrong (peer_wire.csv is correct). (Any attempt to regenerate the csv files from the specs hits this issue) Signed-off-by: Rusty Russell <[email protected]>
1 parent df70bbc commit 58e42ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wire/extracted_peer_04_opt_will_fund.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
+tlvdata,accept_tlvs,will_fund,signature,signature,
1919
+tlvdata,accept_tlvs,will_fund,lease_rates,lease_rates,
2020
+subtype,lease_rates
21-
+subtypedata,lease_rates,channel_fee_max_base_msat,u32,
22-
+subtypedata,lease_rates,channel_fee_max_proportional_thousandths,u16,
2321
+subtypedata,lease_rates,funding_weight,u16,
22+
+subtypedata,lease_rates,lease_fee_basis,u16,
23+
+subtypedata,lease_rates,channel_fee_max_proportional_thousandths,u16,
2424
+subtypedata,lease_rates,lease_fee_base_sat,u32,
25-
+subtypedata,lease_rates,lease_fee_basis,tu32,
25+
+subtypedata,lease_rates,channel_fee_max_base_msat,tu32,
2626
msgtype,init_rbf,72
2727
msgdata,init_rbf,channel_id,channel_id,
2828
msgdata,init_rbf,funding_satoshis,u64,

0 commit comments

Comments
 (0)