Skip to content

Commit

Permalink
Merge branch 'implement-acp-77-increase-balance-tx' into implement-ac…
Browse files Browse the repository at this point in the history
…p-77-disable-subnet-validator-tx
  • Loading branch information
StephenButtolph authored Oct 4, 2024
2 parents 88d9ff0 + 59339f6 commit 08e04e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ var (
DurangoTime: InitiallyActiveTime,
// Etna is left unactivated by default on local networks. It can be configured to
// activate by overriding the activation time in the upgrade file.
EtnaTime: InitiallyActiveTime,
EtnaTime: UnscheduledActivationTime,
}

ErrInvalidUpgradeTimes = errors.New("invalid upgrade configuration")
Expand Down

0 comments on commit 08e04e7

Please sign in to comment.