Replies: 1 comment
-
closing as too old |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Cannot do debug_traceCall or trace_call on my erigon eth node.
curl -H "Content-Type: application/json" -d '{"id": 1, "method": "debug_traceCall", "params": ["0xE486B7", {"tracer": "callTracer"}]}' http://172.16.20.21:8545/eth?apikey=123
{"jsonrpc":"2.0","id":1,"error":{"code":-32601,"message":"the method debug_traceCall does not exist/is not available"}}
What can be the problem?
I have startet the node with "http.api=eth,debug,net,trace,web3,erigon,txpool,db,personal
Beta Was this translation helpful? Give feedback.
All reactions