Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve blinded path when creating onion message
Add a version of the create_onion_message utility function that attempts to resolved the introduction node of the destination's BlindedPath using a ReadOnlyNetworkGraph`. Otherwise, if given a path using the compact representation, using create_onion_message would fail. Keep the current version for use internally and for external uses where the blinded path is known to be resolved.
- Loading branch information