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