mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 22:58:30 +01:00
Delete unused code
This commit is contained in:
parent
5e729373bb
commit
2b0d543ce7
1 changed files with 0 additions and 1 deletions
|
@ -254,7 +254,6 @@ export class DashboardComponent implements OnInit {
|
|||
);
|
||||
}),
|
||||
map((mempoolStats) => {
|
||||
const data = this.handleNewMempoolData(mempoolStats.concat([]));
|
||||
return {
|
||||
mempool: mempoolStats,
|
||||
weightPerSecond: this.handleNewMempoolData(mempoolStats.concat([])),
|
||||
|
|
Loading…
Add table
Reference in a new issue