remove copy-paste artifact

This commit is contained in:
NikVolf 2016-12-13 22:05:30 +01:00
parent c0e134a36e
commit 82189b7426
1 changed files with 0 additions and 3 deletions

View File

@ -30,9 +30,6 @@ pub fn main(benchmark: &mut Benchmark) {
let genesis = test_data::genesis();
store.insert_block(&genesis).unwrap();
let genesis = test_data::genesis();
store.insert_block(&genesis).unwrap();
let mut rolling_hash = genesis.hash();
let mut blocks: Vec<IndexedBlock> = Vec::new();