Skip to content

Commit

Permalink
update upgrade height => 116480000
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlChristomer committed Feb 7, 2023
1 parent e3c3480 commit 068ccc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/upgrade/upgrade_init.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func NewMainnetUpgradeBox() *upgradeBox {
},
{
Name: "Version12",
Height: 116010000,
Height: 116480000,
Version: 12,
},
{
Expand Down
2 changes: 1 addition & 1 deletion common/upgrade/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func TestMainnetUpgradeBox(t *testing.T) {
},
{
IsVersion12Upgrade,
116010000,
116480000,
},
{
IsVersionXUpgrade,
Expand Down

0 comments on commit 068ccc4

Please sign in to comment.