Skip to content

Commit 0745f9d

Browse files
committed
wire: revert the unapplied changes to lease_rates.
This wasn't actually applied: needed to run `make extract-peer-csv`. Applying them now would break compatibility, so the best bet might be to revert it here and in the spec? (Any attempt to regenerate the csv files from the specs hits this issue) Signed-off-by: Rusty Russell <[email protected]>
1 parent df70bbc commit 0745f9d

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)