Remove id, unconfirmed_transactions and tx_per_second from the statistics queries since we don't use them in the front end

This commit is contained in:
nymkappa
2022-01-14 19:21:54 +09:00
parent fb9a548dfc
commit 5b39ad2130
3 changed files with 4 additions and 14 deletions

View File

@@ -1,8 +1,5 @@
export interface OptimizedMempoolStats {
id: number;
added: number;
unconfirmed_transactions: number;
tx_per_second: number;
vbytes_per_second: number;
total_fee: number;
mempool_byte_weight: number;