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
Copy file name to clipboardExpand all lines: src/Blockcore/P2P/Peer/NetworkPeerFactory.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ public interface INetworkPeerFactory
38
38
/// <param name="cancellation">Cancallation token that allows to interrupt establishing of the connection.</param>
39
39
/// <param name="networkPeerDisposer">Maintains a list of connected peers and ensures their proper disposal. Or <c>null</c> if case disposal should be handled from user code.</param>
40
40
/// <returns>Network peer connected to the specified counterparty.</returns>
0 commit comments