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
I ran into this while trying to bump LDK to v0.0.119 in ldk-sample
PR #2773 simplified GossipVerifier, that takes now a APeerManager template parameter (instead of a few ones used in the peer manager). However, in ldk-sample, a SimpleArcPeerManager is used, that takes a GossipVerifier, leading to a circular type dependency.