diff options
author | Martin Holst Swende <martin@swende.se> | 2017-03-08 19:26:19 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2017-03-08 19:26:19 +0800 |
commit | 544247c91828b5f99d7d2bd61b98cc51e2b23e44 (patch) | |
tree | f4b45e6703b17ca32724436bd35f1397467e805f /cmd/geth/main.go | |
parent | 4c6f4e569e66b399c69d4f018f3a3b7919ef144c (diff) | |
download | dexon-544247c91828b5f99d7d2bd61b98cc51e2b23e44.tar.gz dexon-544247c91828b5f99d7d2bd61b98cc51e2b23e44.tar.zst dexon-544247c91828b5f99d7d2bd61b98cc51e2b23e44.zip |
* cmd/geth: add --nocompaction flag + multiple import files
* main,import: Add --nocompaction flag + multiple import files
* geth/import: documentation
* import: Added more info to err message
* fix :P
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r-- | cmd/geth/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 79893cc04..1f6f2bb29 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -140,6 +140,7 @@ func init() { utils.EthStatsURLFlag, utils.MetricsEnabledFlag, utils.FakePoWFlag, + utils.NoCompactionFlag, utils.SolcPathFlag, utils.GpoMinGasPriceFlag, utils.GpoMaxGasPriceFlag, |