fix datadir typo

This commit is contained in:
andri lim 2018-12-28 15:24:57 +07:00
parent f874f675a0
commit 40f094f6d5
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ proc processEthArguments(key, value: string): ConfigStatus =
config.keyFile = value
else:
result = ErrorIncorrectOption
of "dataDir":
of "datadir":
config.dataDir = value
of "prune":
result = processPruneList(value, config.prune)