Merge branch 'jangko-fix_datadir'

This commit is contained in:
Ștefan Talpalaru 2018-12-28 13:14:29 +01:00
commit d556cf7641
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
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)