1
0

Merge pull request #10274 from f321x/lnpay_collect_failed_htlcs

lnworker: collect failed htlcs during payment attempt, fix todo
This commit is contained in:
ghost43
2025-11-07 16:17:19 +00:00
committed by GitHub
3 changed files with 83 additions and 40 deletions

View File

@@ -351,6 +351,7 @@ class MockLNWallet(Logger, EventListener, NetworkRetryManager[LNPeerAddr]):
maybe_forward_htlc = LNWallet.maybe_forward_htlc
maybe_forward_trampoline = LNWallet.maybe_forward_trampoline
_maybe_refuse_to_forward_htlc_that_corresponds_to_payreq_we_created = LNWallet._maybe_refuse_to_forward_htlc_that_corresponds_to_payreq_we_created
_process_htlc_log = LNWallet._process_htlc_log
class MockTransport: