diff --git a/runtime/src/account_info.rs b/runtime/src/account_info.rs index e05f68865b..bd7b31ae73 100644 --- a/runtime/src/account_info.rs +++ b/runtime/src/account_info.rs @@ -129,7 +129,6 @@ impl AccountInfo { } pub fn store_id(&self) -> AppendVecId { - assert!(!self.is_cached()); self.store_id }