fix datadir typo
This commit is contained in:
parent
f874f675a0
commit
40f094f6d5
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue