mirror of https://github.com/ethereum/go-ethereum
internal/ethapi: don't return header size from rpc (#27347)
RPC methods `eth_getHeaderBy*` returned a size value which was meant for internal processes. Please instead use `size` field returned by `eth_getBlockBy*` if you're interested in the RLP encoded storage size of the block. Signed-off-by: jsvisa <delweng@gmail.com>pull/27362/head
parent
db9a178ad2
commit
1816cdc9fd
Loading…
Reference in new issue