We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Method trace_transaction is not supported.
trace_transaction
curl 'http://localhost:2345/' \ -H 'Content-Type: application/json' \ --data-raw '{"jsonrpc":"2.0","method":"trace_transaction","params":["0x3f90a8d63f4e06b2a165c1e2da778e23700eb5481ff2aaf9e1fc2a0b807e04ee"],"id":1}'
{"jsonrpc":"2.0","id":1,"error":{"code":-32601,"message":"Method not found"}}
Method trace_transaction is supported according to the Ethereum documentation: https://www.quicknode.com/docs/ethereum/trace_transaction
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Method
trace_transaction
is not supported.To reproduce
Log output
Expected behaviour
Method
trace_transaction
is supported according to the Ethereum documentation: https://www.quicknode.com/docs/ethereum/trace_transactionThe text was updated successfully, but these errors were encountered: