fix broken graphql_sim
This commit is contained in:
parent
a330f0a4ef
commit
25e7debf5e
|
@ -76,9 +76,10 @@ proc main() =
|
|||
conf.networkId,
|
||||
conf.networkParams
|
||||
)
|
||||
txPool = TxPoolRef.new(chainDB, conf.engineSigner)
|
||||
|
||||
initializeEmptyDb(chainDB)
|
||||
|
||||
let txPool = TxPoolRef.new(chainDB, conf.engineSigner)
|
||||
discard importRlpBlock(blocksFile, chainDB)
|
||||
let ctx = setupGraphqlContext(chainDB, ethNode, txPool)
|
||||
|
||||
|
|
Loading…
Reference in New Issue