aboutsummaryrefslogtreecommitdiffstats
path: root/core/execution.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/execution.go')
-rw-r--r--core/execution.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/execution.go b/core/execution.go
index 7f4c64758..ec04f6140 100644
--- a/core/execution.go
+++ b/core/execution.go
@@ -149,9 +149,6 @@ func execDelegateCall(env vm.Environment, caller vm.ContractRef, originAddr, toA
return nil, common.Address{}, vm.DepthError
}
- if value.Cmp(common.Big0) > 0 {
- env.MarkCodeHash(env.Db().GetCodeHash(caller.Address()))
- }
snapshot := env.MakeSnapshot()
var to vm.Account