fixes hive/consensus_sim command line param

recent changes of confutils based config requires
some command line adjustment.
This commit is contained in:
jangko 2021-11-09 17:54:49 +07:00
parent 7b67914453
commit 37fe6fa32f
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 1 additions and 1 deletions

View File

@ -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,