aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.go
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2015-11-11 19:45:30 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2015-11-11 19:45:30 +0800
commit9422eec55460aaca300cabd52124ed0cbd8dedd3 (patch)
treece4b5cc50166c0bd9e2d5fbc7de77be9cf36cbd7 /cmd/geth/main.go
parentda6696862eff91736ec9a694026a14f984f85f57 (diff)
parent9aa77a37690397b7450e86c411918b4c524a7065 (diff)
downloadgo-tangerine-9422eec55460aaca300cabd52124ed0cbd8dedd3.tar.gz
go-tangerine-9422eec55460aaca300cabd52124ed0cbd8dedd3.tar.zst
go-tangerine-9422eec55460aaca300cabd52124ed0cbd8dedd3.zip
Merge pull request #1976 from karalabe/enable-light-kdf
cmd/geth, cmd/utils: surface the light KDF flag to the CLI
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r--cmd/geth/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index 0fb654eed..d63d20580 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -305,6 +305,7 @@ JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Conso
utils.OlympicFlag,
utils.FastSyncFlag,
utils.CacheFlag,
+ utils.LightKDFFlag,
utils.JSpathFlag,
utils.ListenPortFlag,
utils.MaxPeersFlag,