From 66f85a07036665ce4dacfdea993b703a20fe1446 Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Thu, 3 Mar 2022 15:12:18 -0700 Subject: [PATCH] Fix backport --- runtime/src/accounts.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/src/accounts.rs b/runtime/src/accounts.rs index c4e2c15dbd..c464317677 100644 --- a/runtime/src/accounts.rs +++ b/runtime/src/accounts.rs @@ -411,6 +411,7 @@ impl Accounts { Some(&payer_post_rent_state), payer_address, payer_account, + feature_set.is_active(&feature_set::do_support_realloc::id()), ); // Feature gate only wraps the actual error return so that the metrics and debug // logging generated by `check_rent_state()` can be examined before