batch state trie writes

This commit is contained in:
Robert Habermeier
2016-06-29 18:37:17 +02:00
parent 6977d335e9
commit 6ecd6eaa12
2 changed files with 11 additions and 1 deletions

View File

@@ -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!()