remove status_cache.freeze (#3506)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user