diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-07-11 18:55:11 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2016-07-15 21:52:55 +0800 |
commit | 461cdb593b9e5bd9ae9ac35c68809a3a29290dcb (patch) | |
tree | 62a669dfab270dcfa1e334240083ba067569253f /tests/util.go | |
parent | 7f00e8c0331bf13739e749bab88bf9006ca02f96 (diff) | |
download | dexon-461cdb593b9e5bd9ae9ac35c68809a3a29290dcb.tar.gz dexon-461cdb593b9e5bd9ae9ac35c68809a3a29290dcb.tar.zst dexon-461cdb593b9e5bd9ae9ac35c68809a3a29290dcb.zip |
core, params, tests: add DAO hard-fork balance moves
Diffstat (limited to 'tests/util.go')
-rw-r--r-- | tests/util.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/util.go b/tests/util.go index 877e1acdb..8d1917d15 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 { |