diff options
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 { |