lnworker: follow-up prev: split pay_to_node

This commit is contained in:
SomberNight
2025-11-07 15:37:49 +00:00
parent f5aa82d4f0
commit e53666ac86
3 changed files with 61 additions and 37 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: