cmd/geth, cmd/utils: surface the light KDF flag to the CLI

This commit is contained in:
Péter Szilágyi
2015-11-10 15:47:19 +02:00
parent da6696862e
commit 9aa77a3769
3 changed files with 4 additions and 2 deletions

View File

@ -69,6 +69,7 @@ var AppHelpFlagGroups = []flagGroup{
utils.GenesisFileFlag,
utils.IdentityFlag,
utils.FastSyncFlag,
utils.LightKDFFlag,
utils.CacheFlag,
utils.BlockchainVersionFlag,
},