From b6d88a0e9f9aaeb47d585d79c768d457b545af90 Mon Sep 17 00:00:00 2001 From: Jeffrey Wilcke Date: Tue, 19 Jan 2016 23:50:00 +0100 Subject: core, core/vm, crypto: fixes for homestead * Removed some strange code that didn't apply state reverting properly * Refactored code setting from vm & state transition to the executioner * Updated tests --- params/util.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'params') 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 -- cgit v1.2.3