mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-24 09:48:24 +00:00
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
|
||||
else:
|
||||
result = ErrorIncorrectOption
|
||||
of "dataDir":
|
||||
of "datadir":
|
||||
config.dataDir = value
|
||||
of "prune":
|
||||
result = processPruneList(value, config.prune)
|
||||
|
Loading…
x
Reference in New Issue
Block a user