Skip to content

Commit

Permalink
Wire ForkedChainRef to graphql and rpc_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Dec 13, 2024
1 parent 29eaeb0 commit dd40a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_graphql.nim
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ proc graphqlMain*() =
chain = setupChain()
txPool = TxPoolRef.new(chain)

let ctx = setupGraphqlContext(chain.com, ethNode, txPool)
let ctx = setupGraphqlContext(chain, ethNode, txPool)
when isMainModule:
ctx.main(caseFolder, purgeSchema = false)
else:
Expand Down

0 comments on commit dd40a67

Please sign in to comment.