Skip to content

Commit 105809e

Browse files
committed
f ugh missing arc
1 parent 5356eb7 commit 105809e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/peer_handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ impl Peer {
461461
/// issues such as overly long function definitions.
462462
///
463463
/// (C-not exported) as `Arc`s don't make sense in bindings.
464-
pub type SimpleArcPeerManager<SD, M, T, F, C, L> = PeerManager<SD, Arc<SimpleArcChannelManager<M, T, F, L>>, Arc<P2PGossipSync<Arc<NetworkGraph<Arc<L>>>, Arc<C>, Arc<L>>>, IgnoringMessageHandler, Arc<L>, SimpleArcOnionMessenger<L>>;
464+
pub type SimpleArcPeerManager<SD, M, T, F, C, L> = PeerManager<SD, Arc<SimpleArcChannelManager<M, T, F, L>>, Arc<P2PGossipSync<Arc<NetworkGraph<Arc<L>>>, Arc<C>, Arc<L>>>, IgnoringMessageHandler, Arc<L>, Arc<SimpleArcOnionMessenger<L>>>;
465465

466466
/// SimpleRefPeerManager is a type alias for a PeerManager reference, and is the reference
467467
/// counterpart to the SimpleArcPeerManager type alias. Use this type by default when you don't

0 commit comments

Comments
 (0)