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
1. Introduce a new enum that allows the user to specify the type
of Blinded Path (whether Compact or Full-Length) when creating
a Blinded Path.
2. This PR utilizes this new enum in two ways in the upcoming commits:
- Allows explicitly providing the type of Blinded Path to be created
instead of relying on the absolute expiry time for offers and refunds.
- Simplifies the Blinded Path creation process by enabling a single
function flow for creating both types of Blinded Path.
0 commit comments