[BUG] Calculate the avg fee rate from block

Related to #1217 (closed)

The DOGE chain client was implemented based on https://github.com/dogecoin/dogecoin/blob/master/doc/fee-recommendation.md , which recommended a fix fee rate 0.01 DOGE / Kb , however it turns out there are a lot transactions pay far more than that, so update DOGE chain client to calculated the avg fee rate , and let the network to pay higher fee to get the tx mined quicker.

Merge request reports

Loading