ether icon indicating copy to clipboard operation
ether copied to clipboard

[BUG]: eth_getBlock - full switch to FALSE returns: Error in transaction$to : $ operator is invalid for atomic vectors

Open ciesse79 opened this issue 3 years ago • 0 comments

Description of the bug

Hi there, I'm using ether package with RStudio and Infura, trying to get a "light" block with "full = FALSE". I get "Error in transaction$to : $ operator is invalid for atomic vectors" as result

How to solve?

CS79

Steps To Reproduce

library(ether) set_rpc_address("https://mainnet.infura.io/v3/<YOUR PROJECT ID>") eth_getBlock(full=FALSE)

Additional Information

using macOS 12.0.1 RStudio 2022.02 - b443 R ver 4.1.1

ciesse79 avatar Feb 22 '22 15:02 ciesse79