-
Notifications
You must be signed in to change notification settings - Fork 3
[RPC] eth_getTransactionReceipt unable to query data #35
Copy link
Copy link
Closed
paritytech/polkadot-sdk
#8148Description
Reproduction process:
call eth_getBlockByNumber
curl https://westend-asset-hub-eth-rpc.polkadot.io -H "Content-Type:application/json;charset=utf-8" -d '{ "id": 1, "jsonrpc": "2.0", "method": "eth_getBlockByNumber", "params": [ "0xa8c375", true ] }'
The transaction hash can be get 0xc9d792bd7a721aafadbe39758e8d90a5d862799edf1c0df16a44b2987a4534af
call eth_getTransactionReceipt
curl https://westend-asset-hub-eth-rpc.polkadot.io -H "Content-Type:application/json;charset=utf-8" -d '{ "id": 1, "jsonrpc": "2.0", "method": "eth_getTransactionReceipt", "params": [ "0xc9d792bd7a721aafadbe39758e8d90a5d862799edf1c0df16a44b2987a4534af", true ] }'
The return value is:
{"jsonrpc":"2.0","id":1,"result":null}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels