aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-11-29 21:50:27 +0800
committerPéter Szilágyi <peterke@gmail.com>2016-11-29 21:50:27 +0800
commit7267f796e673a11fae3b6eda4bea19a8331f6c75 (patch)
tree971e8b9337fb40ef36f8898f74b6224f660f8fc1 /cmd/geth/main.go
parent3807e520ec99dce5dc6ef28b237cd4be4a0992fe (diff)
downloadgo-tangerine-7267f796e673a11fae3b6eda4bea19a8331f6c75.tar
go-tangerine-7267f796e673a11fae3b6eda4bea19a8331f6c75.tar.gz
go-tangerine-7267f796e673a11fae3b6eda4bea19a8331f6c75.tar.bz2
go-tangerine-7267f796e673a11fae3b6eda4bea19a8331f6c75.tar.lz
go-tangerine-7267f796e673a11fae3b6eda4bea19a8331f6c75.tar.xz
go-tangerine-7267f796e673a11fae3b6eda4bea19a8331f6c75.tar.zst
go-tangerine-7267f796e673a11fae3b6eda4bea19a8331f6c75.zip
cmd: drop DAO related choice flags since ETC diverged
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r--cmd/geth/main.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index bcf9edbf0..4164d4383 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -140,8 +140,6 @@ participating.
utils.MaxPendingPeersFlag,
utils.EtherbaseFlag,
utils.GasPriceFlag,
- utils.SupportDAOFork,
- utils.OpposeDAOFork,
utils.MinerThreadsFlag,
utils.MiningEnabledFlag,
utils.AutoDAGFlag,