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) =
|
lastBlockHash: string, testStatusIMPL: var TestStatus) =
|
||||||
|
|
||||||
let
|
let
|
||||||
conf = makeConfig(@["--customnetwork:" & genesisFile])
|
conf = makeConfig(@["--custom-network:" & genesisFile])
|
||||||
chainDB = newBaseChainDB(newMemoryDb(),
|
chainDB = newBaseChainDB(newMemoryDb(),
|
||||||
pruneTrie = false,
|
pruneTrie = false,
|
||||||
conf.networkId,
|
conf.networkId,
|
||||||
|
|
Loading…
Reference in New Issue