Skip to content

Commit

Permalink
Revert "add Amazon hardfork hight of mainnet"
Browse files Browse the repository at this point in the history
This reverts commit ac56089.
  • Loading branch information
0xcary committed Sep 28, 2023
1 parent ac56089 commit 2c19f97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ var (
IshikariBlock: big.NewInt(11171299),
IshikariPatch001Block: big.NewInt(11171299),
IshikariPatch002Block: big.NewInt(11171299),
AmazonBlock: big.NewInt(24766075),
POSA: &POSAConfig{
Period: 3,
Epoch: 100,
Expand Down
8 changes: 4 additions & 4 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import (
)

const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 4 // Minor version component of the current release
VersionPatch = 1 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
VersionMajor = 1 // Major version component of the current release
VersionMinor = 4 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
)

// Version holds the textual version string.
Expand Down

0 comments on commit 2c19f97

Please sign in to comment.