mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 19:46:39 +00:00
[release/1.4.18] params: set reprice block number to 2463000
(cherry picked from commit f2be249385)
This commit is contained in:
parent
18c8ded42c
commit
33a6e52aef
1 changed files with 1 additions and 1 deletions
|
|
@ -22,5 +22,5 @@ var (
|
||||||
TestNetHomesteadBlock = big.NewInt(494000) // Testnet homestead block
|
TestNetHomesteadBlock = big.NewInt(494000) // Testnet homestead block
|
||||||
MainNetHomesteadBlock = big.NewInt(1150000) // Mainnet homestead block
|
MainNetHomesteadBlock = big.NewInt(1150000) // Mainnet homestead block
|
||||||
TestNetHomesteadGasRepriceBlock = big.NewInt(1783000) // Test net gas reprice 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
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue