diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-06-29 16:44:29 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2016-06-29 16:44:29 +0800 |
commit | 67e9d3348679d87cca127de4da8eb4223c43aae2 (patch) | |
tree | c20eb3ea801347e6d4c67ab4aca16f0d4a5b25a7 /core/state | |
parent | 219859f8bbfa3a1549d02f6bcbaa41db55b4b8fe (diff) | |
download | dexon-67e9d3348679d87cca127de4da8eb4223c43aae2.tar dexon-67e9d3348679d87cca127de4da8eb4223c43aae2.tar.gz dexon-67e9d3348679d87cca127de4da8eb4223c43aae2.tar.bz2 dexon-67e9d3348679d87cca127de4da8eb4223c43aae2.tar.lz dexon-67e9d3348679d87cca127de4da8eb4223c43aae2.tar.xz dexon-67e9d3348679d87cca127de4da8eb4223c43aae2.tar.zst dexon-67e9d3348679d87cca127de4da8eb4223c43aae2.zip |
Revert "core: update DAO soft-fork number, clean up the code"
This reverts commit ba784bdf36f2daf7827ec1ec864f3393ba8d86a0.
Diffstat (limited to 'core/state')
-rw-r--r-- | core/state/statedb.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/state/statedb.go b/core/state/statedb.go index be1960f9e..79cbbaee8 100644 --- a/core/state/statedb.go +++ b/core/state/statedb.go @@ -51,6 +51,8 @@ type StateDB struct { txIndex int logs map[common.Hash]vm.Logs logSize uint + + reducedDao bool } // Create a new state from a given trie |