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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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,