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