rust-lightning/lightning
Jeffrey Czyz 0a6886ee38
Compact a BlindedPath's introduction node
Add a method to BlindedPath that given a network graph will compact the
IntroductionNode as the DirectedShortChannelId variant. Call this method
from DefaultMessageRouter so that Offer paths use the compact
representation (along with reply paths). This leaves payment paths in
Bolt12Invoice using the NodeId variant, as the compact representation
isn't as useful there.
2024-05-28 16:35:56 -05:00
..
src Compact a BlindedPath's introduction node 2024-05-28 16:35:56 -05:00
Cargo.toml Bump possiblyrandom to 0.2 2024-05-08 20:08:52 +00:00