From 18417e410ef1ecb9eb54290836587877d74f9ba6 Mon Sep 17 00:00:00 2001 From: "Jeff Washington (jwash)" Date: Thu, 16 Dec 2021 08:37:05 -0600 Subject: [PATCH] AcctIdx: remove troublesome assert (#21947) --- runtime/src/account_info.rs | 1 - 1 file changed, 1 deletion(-) 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 }