state chunk creation tracing

This commit is contained in:
Robert Habermeier
2016-06-13 13:52:41 +02:00
parent d9743f166f
commit f400da405a
2 changed files with 5 additions and 6 deletions

View File

@@ -771,8 +771,6 @@ impl<V> BlockChainClient for Client<V> where V: Verifier {
// lock the state db while we create the state chunks.
let state_hashes = {
let state_db = self.state_db.lock().unwrap();
// todo [rob] actually create the state chunks.
StateChunker::chunk_all(state_db.as_hashdb(), &state_root, &path).unwrap()
};