Merge pull request #503 from sunhuachuang/master

Fix typo
This commit is contained in:
Afri Schoedon 2018-05-08 16:19:12 +02:00 committed by GitHub
commit 487d2539cb
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>,