mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-07 22:04:03 -05:00
net/direct_session: remove ChannelBuilder reference and fix typo in comment
This commit is contained in:
@@ -24,10 +24,8 @@
|
||||
//! do not loop continually, once stopped the session will not try to reopen
|
||||
//! a connection.
|
||||
//!
|
||||
//! [`ChannelBuilder`] is used to create new direct connections.
|
||||
//!
|
||||
//! If there is no slots in the outbound session, the direct session can
|
||||
//! optionnally handle peer discovery.
|
||||
//! optionally handle peer discovery.
|
||||
|
||||
use std::{
|
||||
collections::HashMap,
|
||||
|
||||
Reference in New Issue
Block a user