Skip to content

Commit c3b4eb7

Browse files
committed
f pub(crate), not pub
1 parent 24c1d63 commit c3b4eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ pub type SimpleArcChannelManager<M, T, F, L> = ChannelManager<
659659
pub type SimpleRefChannelManager<'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, M, T, F, L> = ChannelManager<&'a M, &'b T, &'c KeysManager, &'c KeysManager, &'c KeysManager, &'d F, &'e DefaultRouter<&'f NetworkGraph<&'g L>, &'g L, &'h Mutex<ProbabilisticScorer<&'f NetworkGraph<&'g L>, &'g L>>>, &'g L>;
660660

661661
/// A trivial trait which describes any [`ChannelManager`] used in testing.
662-
pub trait AChannelManager {
662+
pub(crate) trait AChannelManager {
663663
type Watch: chain::Watch<Self::Signer> + ?Sized;
664664
type M: Deref<Target = Self::Watch>;
665665
type Broadcaster: BroadcasterInterface + ?Sized;

0 commit comments

Comments
 (0)