pay: Remove the waitheight paymod

It is getting replaced with a paymod that adjusts the chain height
used to offset all calculations from.
This commit is contained in:
Christian Decker
2024-04-11 17:08:25 +02:00
committed by Rusty Russell
parent c95b70d52a
commit a7f4c28f5e
4 changed files with 0 additions and 97 deletions

View File

@@ -441,7 +441,6 @@ REGISTER_PAYMENT_MODIFIER_HEADER(routehints, struct routehints_data);
REGISTER_PAYMENT_MODIFIER_HEADER(exemptfee, struct exemptfee_data);
REGISTER_PAYMENT_MODIFIER_HEADER(shadowroute, struct shadow_route_data);
REGISTER_PAYMENT_MODIFIER_HEADER(directpay, struct direct_pay_data);
extern struct payment_modifier waitblockheight_pay_mod;
REGISTER_PAYMENT_MODIFIER_HEADER(presplit, struct presplit_mod_data);
REGISTER_PAYMENT_MODIFIER_HEADER(adaptive_splitter, struct adaptive_split_mod_data);