Mining stats does not depends on the websocket blocks number anymore
This commit is contained in:
@@ -119,6 +119,8 @@ export interface BlockExtended extends Block {
|
||||
}
|
||||
|
||||
export interface RewardStats {
|
||||
startBlock: number;
|
||||
endBlock: number;
|
||||
totalReward: number;
|
||||
totalFee: number;
|
||||
totalTx: number;
|
||||
|
||||
Reference in New Issue
Block a user