Revert "core: add voting and result tracking for the dao soft-fork"

This reverts commit c4de28938f.
This commit is contained in:
Péter Szilágyi
2016-06-29 11:44:40 +03:00
parent 67e9d33486
commit d55fc35df1
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