diff --git a/frontend/src/app/components/blocks-list/blocks-list.component.html b/frontend/src/app/components/blocks-list/blocks-list.component.html index 838c7cb4e..fd171720f 100644 --- a/frontend/src/app/components/blocks-list/blocks-list.component.html +++ b/frontend/src/app/components/blocks-list/blocks-list.component.html @@ -92,21 +92,18 @@
Height | -Mined | -Pool | +Mined | TXs | Size | - -
---|---|---|---|---|---|
{{ block.height }} | -
-
- |
+ {{ block.tx_count | number }} |
@@ -235,6 +227,17 @@
| ||
+ | + | + | + |