rust-lightning
rust-lightning copied to clipboard
Introduce BlindedPathType enum
-
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
.