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

@@ -998,7 +998,6 @@ struct payment_modifier *paymod_mods[] = {
*/
&routehints_pay_mod,
&payee_incoming_limit_pay_mod,
&waitblockheight_pay_mod,
&retry_pay_mod,
&adaptive_splitter_pay_mod,
NULL,