Skip to content

Commit

Permalink
[release/1.4.18] params: set reprice block number to 2463000
Browse files Browse the repository at this point in the history
(cherry picked from commit f2be249)
  • Loading branch information
obscuren authored and karalabe committed Oct 15, 2016
1 parent 18c8ded commit 33a6e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ var (
TestNetHomesteadBlock = big.NewInt(494000) // Testnet homestead block
MainNetHomesteadBlock = big.NewInt(1150000) // Mainnet homestead block
TestNetHomesteadGasRepriceBlock = big.NewInt(1783000) // Test net gas reprice block
MainNetHomesteadGasRepriceBlock = big.NewInt(2457000) // Main net gas reprice block
MainNetHomesteadGasRepriceBlock = big.NewInt(2463000) // Main net gas reprice block
)

0 comments on commit 33a6e52

Please sign in to comment.