Delete unused code
This commit is contained in:
parent
5e729373bb
commit
2b0d543ce7
@ -254,7 +254,6 @@ export class DashboardComponent implements OnInit {
|
|||||||
);
|
);
|
||||||
}),
|
}),
|
||||||
map((mempoolStats) => {
|
map((mempoolStats) => {
|
||||||
const data = this.handleNewMempoolData(mempoolStats.concat([]));
|
|
||||||
return {
|
return {
|
||||||
mempool: mempoolStats,
|
mempool: mempoolStats,
|
||||||
weightPerSecond: this.handleNewMempoolData(mempoolStats.concat([])),
|
weightPerSecond: this.handleNewMempoolData(mempoolStats.concat([])),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user