From 8c88ad514a7abf09c0593e45027910ea4bec2f56 Mon Sep 17 00:00:00 2001 From: shunmugam Date: Tue, 14 Jan 2020 10:22:04 +0530 Subject: [PATCH] Addding number format in display --- .../home/block-detail-list/block-detail-list.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/view/home/block-detail-list/block-detail-list.component.html b/src/app/view/home/block-detail-list/block-detail-list.component.html index a4f1cd5..56401e7 100644 --- a/src/app/view/home/block-detail-list/block-detail-list.component.html +++ b/src/app/view/home/block-detail-list/block-detail-list.component.html @@ -167,18 +167,18 @@

Cuckoo     : - {{ latestblockdetail.cuckoohashrate }} Gps + {{ latestblockdetail.cuckoohashrate | number }} Gps
ProgPoW     : - {{ latestblockdetail.progpowhashrate }} Hps + {{ latestblockdetail.progpowhashrate | number }} Hps
RandomX     : - {{ latestblockdetail.randomxhashrate }} Hps + {{ latestblockdetail.randomxhashrate | number }} Hps