diff --git a/src/app/view/block-view/block-detail/block-detail.component.html b/src/app/view/block-view/block-detail/block-detail.component.html index 550be5f..368cbc0 100644 --- a/src/app/view/block-view/block-detail/block-detail.component.html +++ b/src/app/view/block-view/block-detail/block-detail.component.html @@ -68,8 +68,10 @@
{{'home.LATEST_BLOCK1' | translate}}
-Cuckaroo : {{latestblockdetail.targetdifficultycuckaroo | number}}
-Cuckatoo : {{latestblockdetail.targetdifficultycuckatoo | number}}
-ProgPow : {{latestblockdetail.targetdifficultyprogpow | number}}
-RandomX : {{latestblockdetail.targetdifficultyrandomx | number}}
+Cuckoo : {{latestblockdetail.targetdifficultycuckatoo | number}} / {{latestblockdetail.TotalDifficultyCuckatoo | number}}
+ProgPow : {{latestblockdetail.targetdifficultyprogpow | number}} / {{latestblockdetail.TotalDifficultyProgpow | number}}
+RandomX : {{latestblockdetail.targetdifficultyrandomx | number}} / {{latestblockdetail.TotalDifficultyRandomx | number}}