You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eth_getTransactionByHash returns too many arguments, want at most 1 for a txhash that's not found, but it should be just returning null. The error is confusing.
System information
zkEVM Node version: zkevm-node version v0.7.3
Network: Mainnet
Expected behaviour
Should be returning null
Actual behaviour
Returns the following
{
"jsonrpc": "2.0",
"id": 147,
"error": {
"code": -32602,
"message": "too many arguments, want at most 1"
}
}
eth_getTransactionByHash
returnstoo many arguments, want at most 1
for a txhash that's not found, but it should be just returningnull
. The error is confusing.System information
zkEVM Node version:
zkevm-node version v0.7.3
Network:
Mainnet
Expected behaviour
Should be returning
null
Actual behaviour
Returns the following
Steps to reproduce the behaviour
The text was updated successfully, but these errors were encountered: