Merge branch 'master' into auth-bft

This commit is contained in:
keorn
2016-12-05 16:37:35 +00:00
16 changed files with 31 additions and 31 deletions

View File

@@ -23,7 +23,7 @@ use ethsync::{SyncProvider, SyncStatus, SyncState, PeerInfo, TransactionStats};
/// TestSyncProvider config.
pub struct Config {
/// Protocol version.
pub network_id: usize,
pub network_id: u64,
/// Number of peers.
pub num_peers: usize,
}