Fix build.

This commit is contained in:
Gav Wood 2016-03-26 00:53:35 +01:00
parent f231440480
commit b30fc3a715
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ fn accounts_provider() -> Arc<TestAccountProvider> {
fn sync_provider() -> Arc<TestSyncProvider> {
Arc::new(TestSyncProvider::new(Config {
protocol_version: 65,
network_version: 65,
num_peers: 120,
}))
}