This commit is contained in:
Sun 2018-05-03 18:08:33 +08:00 committed by GitHub
parent 98e37bef7e
commit 820f11d565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ pub struct Config {
pub outbound_connections: u32,
/// Configuration for every connection.
pub connection: NetConfig,
/// Connect only ot these nodes.
/// Connect only to these nodes.
pub peers: Vec<net::SocketAddr>,
/// Connect to these nodes to retrieve peer addresses, and disconnect.
pub seeds: Vec<String>,