From 1877b40413f77e881c3da6b7ee82270045e14b3d Mon Sep 17 00:00:00 2001 From: softsimon Date: Tue, 3 Nov 2020 16:11:32 +0700 Subject: [PATCH] Use actual mempool size instead of mempool vsize. fixes #150 --- frontend/src/app/dashboard/dashboard.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/dashboard/dashboard.component.html b/frontend/src/app/dashboard/dashboard.component.html index 98e29b234..5faf10b40 100644 --- a/frontend/src/app/dashboard/dashboard.component.html +++ b/frontend/src/app/dashboard/dashboard.component.html @@ -155,7 +155,7 @@
Mempool size

- {{ mempoolInfoData.value.memPoolInfo.bytes | bytes }} ({{ mempoolBlocksData.blocks }} blocks) + {{ mempoolBlocksData.size | bytes }} ({{ mempoolBlocksData.blocks }} blocks)