remove status_cache.freeze (#3506)

This commit is contained in:
Rob Walker
2019-03-26 11:56:25 -07:00
committed by GitHub
parent 420cbc45cd
commit 215b07c1a9

View File

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