superfluo line

This commit is contained in:
Nikolay Volf 2016-01-28 21:08:47 +04:00
parent c80018593e
commit 9645ba8625

View File

@ -125,7 +125,6 @@ pub fn generate_dummy_client(block_number: u32) -> GuardedTempResult<Arc<Client>
}
}
pub fn get_test_client_with_blocks(blocks: Vec<Bytes>) -> GuardedTempResult<Arc<Client>> {
let dir = RandomTempPath::new();
let client = Client::new(get_test_spec(), dir.as_path(), IoChannel::disconnected()).unwrap();