etherparty / explorer

A lightweight ethereum block explorer
GNU General Public License v2.0
632 stars 400 forks source link

fix: getBlockTransactionCount doesn't work on testRPC #27

Open szerintedmi opened 7 years ago

szerintedmi commented 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.