AcctIdx: remove troublesome assert (#21947)
This commit is contained in:
committed by
GitHub
parent
8183f28636
commit
18417e410e
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user