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