Open szerintedmi opened 7 years ago
I've received Error: RPC method eth_getBlockTransactionCountByNumber not supported. when I tried to use it on local testRPC. This fix is using the already received result.transactions.length instead of querying again for tx count.
Error: RPC method eth_getBlockTransactionCountByNumber not supported.
I've received
Error: RPC method eth_getBlockTransactionCountByNumber not supported.
when I tried to use it on local testRPC. This fix is using the already received result.transactions.length instead of querying again for tx count.