rust-lightning icon indicating copy to clipboard operation
rust-lightning copied to clipboard

Introduce BlindedPathType enum

Open shaavan opened this issue 6 months ago • 9 comments

  • Introduce a new enum called BlindedPathType.

  • This enum allows to specify the exact type of BlindedPath (Compact, or Full-Length) a user wants to create.

  • Also simplify the BlindedPath creation flow so that there's one functional flow for both types of BlindedPaths.

shaavan avatar Aug 16 '24 08:08 shaavan