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
When we generate a compact blinded path to ourselves, we currently
use the real SCID of our channels to tell our peers where to
forward to. This is fine for short-lived blinded paths where we
expect the channel to still be around, but post-splicing this may
spuriously invalidate blinded paths just because we spliced.
Instead, here, we default to using inbound SCID aliases where
possible. We also avoid one more reference to the channel's
internal `FundingContext` in `channelmanager.rs`.
0 commit comments