Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tavurth committed Oct 24, 2022
1 parent 8eb42c0 commit c82c486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_execution_api.nim
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ proc call_api(web3: Web3, item: TestData): Future[bool] {.async.} =
# of "eth_getBlockTransactionCountByNumber": return await test_eth_getBlockTransactionCountByNumber(web3, item)
# of "eth_getTransactionByBlockHashAndIndex": return await test_eth_getTransactionByBlockHashAndIndex(web3, item)

# NOTE: Not supported
# NOTE: Ganache not supported
# of "eth_getProof": return await test_eth_getProof(web3, item)
# of "eth_feeHistory": return await test_eth_feeHistory(web3, item)
# of "eth_createAccessList": return await test_eth_createAccessList(web3, item)
Expand Down

0 comments on commit c82c486

Please sign in to comment.