mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-11 21:04:11 +00:00
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…
x
Reference in New Issue
Block a user