mirror of
https://github.com/ACINQ/eclair.git
synced 2025-03-14 11:58:19 +01:00
The routing hint we get in a Bolt 11 invoice may be obsolete when we attempt the payment: one of the nodes in the route may have updated his relay fees. Since this affects a private channel that is not kept in the routing graph, we need to update the routing hints before injecting them in the router. This was already done in `PaymentLifecycle` with automatic retries, but when using MPP we retried in the `MultiPartPaymentLifecycle` instead of inside the `PaymentLifecycle`, so we need to handle routing hints updates there. |
||
---|---|---|
.. | ||
src | ||
eclair-cli | ||
pom.xml |