Use time for xAxis type and fix the mempool tooltip accordingly
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export interface OptimizedMempoolStats {
|
||||
id: number;
|
||||
added: string;
|
||||
added: number;
|
||||
unconfirmed_transactions: number;
|
||||
tx_per_second: number;
|
||||
vbytes_per_second: number;
|
||||
|
||||
Reference in New Issue
Block a user