lbryio / lbcd

An alternative full node implementation of LBRY's blockchain written in Go (golang)
https://lbry.com/
ISC License
38 stars 25 forks source link

Implement `getblockstat`RPC #94

Closed roylee17 closed 1 year ago

roylee17 commented 1 year ago

This is requested by DxPool for the totalfees to calculate revenue.

A pending PR for btcd has implemented it.

Need to merge and test it though.