diff --git a/frontend/src/app/dashboard/dashboard.component.html b/frontend/src/app/dashboard/dashboard.component.html index f6b73a6e3..c28f77a48 100644 --- a/frontend/src/app/dashboard/dashboard.component.html +++ b/frontend/src/app/dashboard/dashboard.component.html @@ -6,7 +6,7 @@
{{ mempoolBlocksData.size | bytes }} ({{ mempoolBlocksData.blocks }} blocks)
TXID | -Amount (BTC) | -Fee | - - -
---|---|---|
{{ transaction.txid | shortenString : 12 }} | -{{ transaction.fee / (transaction.weight / 4) | number : '1.1-1' }} sat/vB | -
Height | @@ -99,6 +77,28 @@ +
---|
TXID | +Amount (BTC) | +Fee | + + +
---|---|---|
{{ transaction.txid | shortenString : 12 }} | +{{ transaction.fee / (transaction.weight / 4) | number : '1.1-1' }} sat/vB | +