mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-13 05:44:40 +00:00
fixes hive/consensus_sim command line param
recent changes of confutils based config requires some command line adjustment.
This commit is contained in:
parent
7b67914453
commit
37fe6fa32f
@ -18,7 +18,7 @@ proc processNode(genesisFile, chainFile,
|
||||
lastBlockHash: string, testStatusIMPL: var TestStatus) =
|
||||
|
||||
let
|
||||
conf = makeConfig(@["--customnetwork:" & genesisFile])
|
||||
conf = makeConfig(@["--custom-network:" & genesisFile])
|
||||
chainDB = newBaseChainDB(newMemoryDb(),
|
||||
pruneTrie = false,
|
||||
conf.networkId,
|
||||
|
Loading…
x
Reference in New Issue
Block a user