Skip to content

Commit

Permalink
Merge pull request #29 from elementrem/devlab/1.5.9
Browse files Browse the repository at this point in the history
[1.5.] Devlab/1.5.9
  • Loading branch information
elementrem committed Aug 25, 2017
2 parents 98bb59c + d7cd109 commit 14052db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.5.97
1.5.99
2 changes: 1 addition & 1 deletion params/util.go
Expand Up @@ -33,7 +33,7 @@ var (
MainNetHomesteadGasRepriceBlock = big.NewInt(1900000) // Mainnet gas reprice block

TestNetHomesteadGasRepriceHash = common.HexToHash("") // Testnet gas reprice block hash (used by fast sync)
MainNetHomesteadGasRepriceHash = common.HexToHash("") // Mainnet gas reprice block hash (used by fast sync)
MainNetHomesteadGasRepriceHash = common.HexToHash("0xa5424a91123120af253eb00ef60da314294424a8466f6cf3ac687092a726995e") // Mainnet gas reprice block hash (used by fast sync)

TestNetSpuriousDragon = big.NewInt(0)
MainNetSpuriousDragon = big.NewInt(1900000)
Expand Down
2 changes: 1 addition & 1 deletion params/version.go
Expand Up @@ -21,7 +21,7 @@ import "fmt"
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 5 // Minor version component of the current release
VersionPatch = 97 // Patch version component of the current release
VersionPatch = 99 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)

Expand Down

0 comments on commit 14052db

Please sign in to comment.