Skip to content

Conversation

@carlaKC
Copy link
Owner

@carlaKC carlaKC commented Oct 30, 2025

In this approach, we just copy the incoming signal in process_pending_forwards, rather than setting it in forward_htlcs. This has the advantage of not needing to store our outgoing_accountable signal anywhere, as we have the incoming_accountable signal on hand.

I like the flexibility of this approach in particular, because we have some flexibility:

  • If we put interception in forward_htlcs, we can just add it to PendingHtlcRouting
  • If we put interception in process_pending_forwards, then we're good to go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants