diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-06-23 17:47:15 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2016-06-24 18:18:31 +0800 |
commit | aefffc9ed8ca60ebe58e06066b30f1283493f488 (patch) | |
tree | cc9dc389b362e2e8113a5060763b6169db44c982 /core/vm_env.go | |
parent | f31a3a251afad1d4c7169bc530fe60471df36122 (diff) | |
download | go-tangerine-aefffc9ed8ca60ebe58e06066b30f1283493f488.tar go-tangerine-aefffc9ed8ca60ebe58e06066b30f1283493f488.tar.gz go-tangerine-aefffc9ed8ca60ebe58e06066b30f1283493f488.tar.bz2 go-tangerine-aefffc9ed8ca60ebe58e06066b30f1283493f488.tar.lz go-tangerine-aefffc9ed8ca60ebe58e06066b30f1283493f488.tar.xz go-tangerine-aefffc9ed8ca60ebe58e06066b30f1283493f488.tar.zst go-tangerine-aefffc9ed8ca60ebe58e06066b30f1283493f488.zip |
[release/1.4.8] core: update DAO soft-fork number, clean up the code
(cherry picked from commit ba784bdf36f2daf7827ec1ec864f3393ba8d86a0)
Diffstat (limited to 'core/vm_env.go')
-rw-r--r-- | core/vm_env.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/vm_env.go b/core/vm_env.go index a485bfd03..753666715 100644 --- a/core/vm_env.go +++ b/core/vm_env.go @@ -25,10 +25,6 @@ import ( "github.com/ethereum/go-ethereum/core/vm" ) -// BlockedCodeHashes is a set of EVM code hashes that this node should block -// sending funds from. -var BlockedCodeHashes map[common.Hash]struct{} - // GetHashFn returns a function for which the VM env can query block hashes through // up to the limit defined by the Yellow Paper and uses the given block chain // to query for information. |