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
{{ message }}
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.
when I use ethClient to connect etc node with method BlockByNumber, I get an error "missing required field 'v' for txdata"
etc rpc api doesn't return the params "v", "r" and "s" , how to fix this
The text was updated successfully, but these errors were encountered:
eth_getBlockByNumber returns for field transactions "Array of transaction objects, or 32 Bytes transaction hashes depending on the last given parameter".
If I'm correct in thinking that your ethClient in question is from https://ethereum.org/cli -- then this is because you're using an ETH-maintained client in conjunction with an ETC RPC.
I'll begin working a PR to add these fields to transaction objects for this client. In the meantime, you can use https://github.com/ethoxy/multi-geth which should fully support the ETH interfaces for ethClient.
when I use ethClient to connect etc node with method
BlockByNumber
, I get an error "missing required field 'v' for txdata"etc rpc api doesn't return the params "v", "r" and "s" , how to fix this
The text was updated successfully, but these errors were encountered: