-
Notifications
You must be signed in to change notification settings - Fork 1.7k
An error about parity_pendingTransactions
.
#11340
Comments
@niklasad1 I set
|
@minchenzz Right, I think it should be fixed by #11227 available on master but it hasn't been backported yet. Sorry, for the inconvenience but let us know if you still have this problem on master |
@niklasad1 |
@minchenzz yes, #11227 was not backported to |
I follow this example to make a request. But I got an error.
curl --data '{"method":"parity_pendingTransactions","params":[15,{"to": {"eq": "0xe8b2d01ffa0a15736b2370b6e5064f9702c891b6"},"gas": {"gt": "0x493e0"}}],"id":1,"jsonrpc":"2.0"}' -H "Content-Type: application/json" -X POST http://192.168.3.147:8545
{"jsonrpc":"2.0","error":{"code":-32602,"message":"Invalid parameters: Expected from 0 to 1 parameters.","data":""Got: 2""},"id":1}
version v2.5.11
The text was updated successfully, but these errors were encountered: