Skip to content

Commit

Permalink
add hip30 testing for devnet/partner network (#4525)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophoah committed Oct 10, 2023
1 parent 3f6a0db commit e133806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/state_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit e133806

Please sign in to comment.