You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the trampoline protocol between greenlight and breez LSPs, there's currently no way to learn the LSP's routing policy for trampoline payments. It is set in agreement and enforcement, but not in messages.
Add an api/api field containing the trampoline node's routing policy.
Prerequisites:
communicate the trampoline policy to the node in a custom message after init
read the custom message on the sdk side (greenlight side?) to learn the policy
store the policy in-memory during the connection session and expose it through an api.
The text was updated successfully, but these errors were encountered:
In the trampoline protocol between greenlight and breez LSPs, there's currently no way to learn the LSP's routing policy for trampoline payments. It is set in agreement and enforcement, but not in messages.
Add an api/api field containing the trampoline node's routing policy.
Prerequisites:
The text was updated successfully, but these errors were encountered: