AcctIdx: remove troublesome assert (#21947)

This commit is contained in:
Jeff Washington (jwash)
2021-12-16 08:37:05 -06:00
committed by GitHub
parent 8183f28636
commit 18417e410e

View File

@ -129,7 +129,6 @@ impl AccountInfo {
} }
pub fn store_id(&self) -> AppendVecId { pub fn store_id(&self) -> AppendVecId {
assert!(!self.is_cached());
self.store_id self.store_id
} }