diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-06-29 16:44:51 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2016-06-29 16:44:51 +0800 |
commit | 6362a9d6102b26e926b3e73563267fc75cb30f9c (patch) | |
tree | 56ce21d1aaf6df3908335601a687f0f3ac4a50be /tests/util.go | |
parent | d55fc35df1ca4996048625421d4c475a437d273e (diff) | |
download | dexon-6362a9d6102b26e926b3e73563267fc75cb30f9c.tar.gz dexon-6362a9d6102b26e926b3e73563267fc75cb30f9c.tar.zst dexon-6362a9d6102b26e926b3e73563267fc75cb30f9c.zip |
Revert "test, cmd/evm, core, core/vm: illegal code hash implementation"
This reverts commit 7a5b571c671e70e0e4807cf971c15e2d1e09d33d.
Diffstat (limited to 'tests/util.go')
-rw-r--r-- | tests/util.go | 1 |
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 } |