From 30860491ba9f1fae2eb9e7dac1c35b679b20fbe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Thu, 15 Sep 2016 14:09:47 +0300 Subject: cmd, eth: drop the blockchain version from cli/eth configs --- cmd/geth/main.go | 1 - cmd/geth/usage.go | 1 - 2 files changed, 2 deletions(-) (limited to 'cmd/geth') diff --git a/cmd/geth/main.go b/cmd/geth/main.go index b5e454d87..a7b332d0f 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -133,7 +133,6 @@ participating. utils.BootnodesFlag, utils.DataDirFlag, utils.KeyStoreDirFlag, - utils.BlockchainVersionFlag, utils.OlympicFlag, utils.FastSyncFlag, utils.CacheFlag, diff --git a/cmd/geth/usage.go b/cmd/geth/usage.go index b08de247b..dc1788aad 100644 --- a/cmd/geth/usage.go +++ b/cmd/geth/usage.go @@ -74,7 +74,6 @@ var AppHelpFlagGroups = []flagGroup{ utils.FastSyncFlag, utils.LightKDFFlag, utils.CacheFlag, - utils.BlockchainVersionFlag, }, }, { -- cgit v1.2.3