network_id -> u64

This commit is contained in:
Gav Wood
2016-12-05 06:54:31 -08:00
parent 2911c549e3
commit 43ec3d8f79
6 changed files with 11 additions and 11 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,
}