[release/1.4.9] Revert "core: add voting and result tracking for the dao soft-fork"

This reverts commit f31a3a251a.
This commit is contained in:
Péter Szilágyi
2016-06-29 11:53:23 +03:00
parent 3eef19598e
commit c793cb3385
5 changed files with 20 additions and 436 deletions

View File

@ -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