aboutsummaryrefslogtreecommitdiffstats
path: root/params/dao.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-07-04 17:28:58 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-07-04 17:28:58 +0800
commit8f12d76a4723ba011d033533871a0e06e1243d7c (patch)
tree35805a9d44bba26188f7ad3a953c0ea25802e33d /params/dao.go
parenta0aa071ca6f6bfd77fb57273ef5477d3aa2ac6c0 (diff)
downloadgo-tangerine-8f12d76a4723ba011d033533871a0e06e1243d7c.tar
go-tangerine-8f12d76a4723ba011d033533871a0e06e1243d7c.tar.gz
go-tangerine-8f12d76a4723ba011d033533871a0e06e1243d7c.tar.bz2
go-tangerine-8f12d76a4723ba011d033533871a0e06e1243d7c.tar.lz
go-tangerine-8f12d76a4723ba011d033533871a0e06e1243d7c.tar.xz
go-tangerine-8f12d76a4723ba011d033533871a0e06e1243d7c.tar.zst
go-tangerine-8f12d76a4723ba011d033533871a0e06e1243d7c.zip
params: remove redundant consts, disable metro on AllProtocolChanges
Diffstat (limited to 'params/dao.go')
-rw-r--r--params/dao.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/params/dao.go b/params/dao.go
index ef8e838ff..da3c8dfc9 100644
--- a/params/dao.go
+++ b/params/dao.go
@@ -22,15 +22,6 @@ import (
"github.com/ethereum/go-ethereum/common"
)
-// TestNetDAOForkBlock is the block number where the DAO hard-fork commences on
-// the Ethereum test network. It's enforced nil since it was decided not to do a
-// testnet transition.
-var TestNetDAOForkBlock *big.Int
-
-// MainNetDAOForkBlock is the block number where the DAO hard-fork commences on
-// the Ethereum main network.
-var MainNetDAOForkBlock = big.NewInt(1920000)
-
// DAOForkBlockExtra is the block header extra-data field to set for the DAO fork
// point and a number of consecutive blocks to allow fast/light syncers to correctly
// pick the side they want ("dao-hard-fork").