good morning!!!!

Skip to content
Snippets Groups Projects
Commit 9276c4e1 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke Committed by GitHub
Browse files

Merge pull request #3141 from obscuren/reprice-block-number

params: set reprice block number to 2463000
parents 81b01f1c f2be2493
No related branches found
No related tags found
No related merge requests found
...@@ -22,5 +22,5 @@ var ( ...@@ -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
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment