stop copying Blooms (#3379)

* stop copying Blooms

* fixup

* clippy
This commit is contained in:
Rob Walker
2019-03-20 11:06:39 -07:00
committed by Grimes
parent 8278585545
commit 3d5eeab6d9
4 changed files with 115 additions and 43 deletions

View File

@@ -289,6 +289,7 @@ impl Bank {
// freeze is a one-way trip, idempotent
*hash = self.hash_internal_state();
}
self.status_cache.write().unwrap().freeze();
}
/// squash the parent's state up into this Bank,