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 config.keyFile = value
else: else:
result = ErrorIncorrectOption result = ErrorIncorrectOption
of "dataDir": of "datadir":
config.dataDir = value config.dataDir = value
of "prune": of "prune":
result = processPruneList(value, config.prune) result = processPruneList(value, config.prune)