aboutsummaryrefslogtreecommitdiffstats
path: root/tests/util.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-07-11 18:55:11 +0800
committerPéter Szilágyi <peterke@gmail.com>2016-07-16 19:30:03 +0800
commit14bad7e212011337d14e40c9f975efd096ab7418 (patch)
tree9cd51c5fd6af97deb85d1e558b836b52afec7f21 /tests/util.go
parent8c20fe17bdd78a15226a3df589e8f89b48726b6e (diff)
downloadgo-tangerine-14bad7e212011337d14e40c9f975efd096ab7418.tar
go-tangerine-14bad7e212011337d14e40c9f975efd096ab7418.tar.gz
go-tangerine-14bad7e212011337d14e40c9f975efd096ab7418.tar.bz2
go-tangerine-14bad7e212011337d14e40c9f975efd096ab7418.tar.lz
go-tangerine-14bad7e212011337d14e40c9f975efd096ab7418.tar.xz
go-tangerine-14bad7e212011337d14e40c9f975efd096ab7418.tar.zst
go-tangerine-14bad7e212011337d14e40c9f975efd096ab7418.zip
[release/1.4.10] core, params, tests: add DAO hard-fork balance moves
(cherry picked from commit 461cdb593b9e5bd9ae9ac35c68809a3a29290dcb)
Diffstat (limited to 'tests/util.go')
-rw-r--r--tests/util.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/util.go b/tests/util.go
index abc67769d..a13ae3610 100644
--- a/tests/util.go
+++ b/tests/util.go
@@ -141,6 +141,8 @@ type VmTest struct {
type RuleSet struct {
HomesteadBlock *big.Int
+ DAOForkBlock *big.Int
+ DAOForkSupport bool
}
func (r RuleSet) IsHomestead(n *big.Int) bool {