From e1338060ad3991543d6f3d9b6a481454dbc75f75 Mon Sep 17 00:00:00 2001 From: Soph <35721420+sophoah@users.noreply.github.com> Date: Tue, 10 Oct 2023 14:34:18 +0700 Subject: [PATCH] add hip30 testing for devnet/partner network (#4525) --- core/state_processor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/state_processor.go b/core/state_processor.go index bed7bbf1b..544ac0bc2 100644 --- a/core/state_processor.go +++ b/core/state_processor.go @@ -569,7 +569,7 @@ func MayBalanceMigration( } } // for testing balance migration on devnet - isDevnet := nodeconfig.GetDefaultConfig().GetNetworkType() == nodeconfig.Devnet + isDevnet := nodeconfig.GetDefaultConfig().GetNetworkType() == nodeconfig.Partner isLocalnet := nodeconfig.GetDefaultConfig().GetNetworkType() == nodeconfig.Localnet if isDevnet || isLocalnet { if config.IsOneEpochBeforeHIP30(header.Epoch()) {