diff --git a/frontend/src/app/components/address/address.component.html b/frontend/src/app/components/address/address.component.html index 95f3daa7e..a28cb13b2 100644 --- a/frontend/src/app/components/address/address.component.html +++ b/frontend/src/app/components/address/address.component.html @@ -15,32 +15,18 @@
- + - + - + - - - - - - - - - - - - - - - +
Total received{{ receieved / 100000000 | number: '1.8-8' }} L-BTC
Total sent{{ sent / 100000000 | number: '1.8-8' }} L-BTC
Balance{{ (receieved - sent) / 100000000 | number: '1.8-8' }} L-BTC ()
Total receivedConfidential
Total sentConfidential
BalanceConfidential ()
diff --git a/frontend/src/app/components/mempool-block/mempool-block.component.html b/frontend/src/app/components/mempool-block/mempool-block.component.html index 91406c593..13893ccc8 100644 --- a/frontend/src/app/components/mempool-block/mempool-block.component.html +++ b/frontend/src/app/components/mempool-block/mempool-block.component.html @@ -22,7 +22,7 @@ Total fees - {{ mempoolBlock.totalFees / 100000000 | number : '1.2-2' }} L-BTC () + () Transactions