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