diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-11-10 01:18:20 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2016-11-10 01:18:20 +0800 |
commit | 4cd2617848e1f10ae853c134e0979101514511d0 (patch) | |
tree | 048bd0aa86a9c4aa1e3135d3e4ce0a045b6f1da6 /cmd/geth/main.go | |
parent | 5b31794dfe154d8efa04fbe1606be0b582ee140c (diff) | |
download | dexon-4cd2617848e1f10ae853c134e0979101514511d0.tar.gz dexon-4cd2617848e1f10ae853c134e0979101514511d0.tar.zst dexon-4cd2617848e1f10ae853c134e0979101514511d0.zip |
cmd/geth: reinstate dropped --cache flag
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 557bf57fa..f21c37d7a 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -122,6 +122,7 @@ participating. utils.LightServFlag, utils.LightPeersFlag, utils.LightKDFFlag, + utils.CacheFlag, utils.TrieCacheGenFlag, utils.JSpathFlag, utils.ListenPortFlag, |