Mining stats does not depends on the websocket blocks number anymore

This commit is contained in:
nymkappa
2022-04-01 12:41:25 +09:00
parent 2374f98ca8
commit c3a3289fcf
3 changed files with 39 additions and 19 deletions

View File

@@ -119,6 +119,8 @@ export interface BlockExtended extends Block {
}
export interface RewardStats {
startBlock: number;
endBlock: number;
totalReward: number;
totalFee: number;
totalTx: number;