diff --git a/ethcore/src/pv64/mod.rs b/ethcore/src/pv64/mod.rs index 62572c2a4..39b46eda7 100644 --- a/ethcore/src/pv64/mod.rs +++ b/ethcore/src/pv64/mod.rs @@ -100,7 +100,7 @@ impl<'a> BlockChunker<'a> { file_path.push(hash.hex()); let mut file = File::create(file_path).unwrap(); - file.write_all(&raw_data); + file.write_all(&raw_data).unwrap(); hash }