diff options
Diffstat (limited to 'params')
-rw-r--r-- | params/util.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/params/util.go b/params/util.go index 6dda7752b..856a39e3a 100644 --- a/params/util.go +++ b/params/util.go @@ -18,8 +18,7 @@ package params import "math/big" -// TODO: set exact block number after community consensus is reached. -var HomesteadBlock *big.Int = big.NewInt(0) +var HomesteadBlock *big.Int = big.NewInt(2000000) func IsHomestead(blockNumber *big.Int) bool { // for unit tests TODO: flip to true after homestead is live |