Merge branch 'master' of github.com:ethcore/parity into eth_call

This commit is contained in:
debris
2016-03-20 10:29:43 +01:00
15 changed files with 174 additions and 134 deletions

View File

@@ -146,7 +146,7 @@ mod tests {
fn it_can_be_started() {
let spec = get_test_spec();
let temp_path = RandomTempPath::new();
let service = ClientService::start(ClientConfig::default(), spec, NetworkConfiguration::new_with_port(40456), &temp_path.as_path());
let service = ClientService::start(ClientConfig::default(), spec, NetworkConfiguration::new_local(), &temp_path.as_path());
assert!(service.is_ok());
}
}