aboutsummaryrefslogtreecommitdiffstats
path: root/tests/util.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-06-29 17:17:18 +0800
committerGitHub <noreply@github.com>2016-06-29 17:17:18 +0800
commitfd4e161497156a5d12fd8712f41574bc7fb20404 (patch)
tree56ce21d1aaf6df3908335601a687f0f3ac4a50be /tests/util.go
parente0493457d5a9d280554990b5a29c4fcad69e7d0b (diff)
parent6362a9d6102b26e926b3e73563267fc75cb30f9c (diff)
downloadgo-tangerine-fd4e161497156a5d12fd8712f41574bc7fb20404.tar
go-tangerine-fd4e161497156a5d12fd8712f41574bc7fb20404.tar.gz
go-tangerine-fd4e161497156a5d12fd8712f41574bc7fb20404.tar.bz2
go-tangerine-fd4e161497156a5d12fd8712f41574bc7fb20404.tar.lz
go-tangerine-fd4e161497156a5d12fd8712f41574bc7fb20404.tar.xz
go-tangerine-fd4e161497156a5d12fd8712f41574bc7fb20404.tar.zst
go-tangerine-fd4e161497156a5d12fd8712f41574bc7fb20404.zip
Merge pull request #2752 from karalabe/revert-soft-fork
Revert faulty DAO soft-fork
Diffstat (limited to 'tests/util.go')
-rw-r--r--tests/util.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/util.go b/tests/util.go
index 035903ccc..abc67769d 100644
--- a/tests/util.go
+++ b/tests/util.go
@@ -207,7 +207,6 @@ func NewEnvFromMap(ruleSet RuleSet, state *state.StateDB, envValues map[string]s
return env
}
-func (self *Env) MarkCodeHash(common.Hash) {}
func (self *Env) RuleSet() vm.RuleSet { return self.ruleSet }
func (self *Env) Vm() vm.Vm { return self.evm }
func (self *Env) Origin() common.Address { return self.origin }