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
Make ChannelManager::create_blinded_path context-type-generic
In the next commit we'll want to use `create_blinded_path` to build
a blinded path with a `DNSResolverContext` rather than an
`OffersContext`. In order to do so, it needs to take a generic
`MessageContext` rather than an `OffersContext`, which we let it
here.
0 commit comments