batch state trie writes
This commit is contained in:
@@ -498,6 +498,7 @@ impl BlockChainClient for TestBlockChainClient {
|
||||
// import right here
|
||||
let tx = transactions.into_iter().filter_map(|bytes| UntrustedRlp::new(&bytes).as_val().ok()).collect();
|
||||
self.import_transactions(tx);
|
||||
}
|
||||
|
||||
fn take_snapshot(&self, _root_dir: &Path) {
|
||||
unimplemented!()
|
||||
|
||||
Reference in New Issue
Block a user