push pair onto block chunker buffer
This commit is contained in:
parent
5b6ea41d9d
commit
5cc6a681c9
@ -73,6 +73,7 @@ impl<'a> BlockChunker<'a> {
|
|||||||
loaded_size = new_loaded_size;
|
loaded_size = new_loaded_size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
self.rlps.push_front(pair);
|
||||||
self.current_hash = BlockView::new(&block).header_view().parent_hash();
|
self.current_hash = BlockView::new(&block).header_view().parent_hash();
|
||||||
blocks_loaded += 1;
|
blocks_loaded += 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user