Configure BOLT 12 invoice payment retry strategy
authorJeffrey Czyz <jkczyz@gmail.com>
Tue, 5 Sep 2023 19:32:53 +0000 (14:32 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Thu, 7 Sep 2023 21:55:23 +0000 (16:55 -0500)
commit44b9c54fa9b4216a7bcb557ed7b1748d8a47f6e3
treefca4ae79a48461674acada45e74f1c57aaac84b0
parent2f6b5d157a00181e8554383653aac48552dec524
Configure BOLT 12 invoice payment retry strategy

Replace a constant three retry attempts for BOLT 12 invoice payments
with a retry strategy specified when creating a pending outbound
payment. This is configured by users in a later commit when constructing
an InvoiceRequest or a Refund.
lightning/src/ln/outbound_payment.rs