push pair onto block chunker buffer

This commit is contained in:
Robert Habermeier 2016-06-13 20:48:12 +02:00
parent 5b6ea41d9d
commit 5cc6a681c9
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ impl<'a> BlockChunker<'a> {
loaded_size = new_loaded_size;
}
self.rlps.push_front(pair);
self.current_hash = BlockView::new(&block).header_view().parent_hash();
blocks_loaded += 1;
}