diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html
index 9f38f204e..0ff82899f 100644
--- a/frontend/src/app/components/transaction/transaction.component.html
+++ b/frontend/src/app/components/transaction/transaction.component.html
@@ -47,7 +47,7 @@
Timestamp |
-
+ |
{{ tx.status.block_time * 1000 | date:'yyyy-MM-dd HH:mm' }}
|
- Included in block |
+ Included in block |
{{ tx.status.block_height }}
|
@@ -63,12 +63,12 @@
0">
Confirmed |
- |
+ |
Features |
-
+ |
|
@@ -99,13 +99,13 @@
First seen |
- |
+ |
ETA |
-
+ |
@@ -126,7 +126,7 @@
|
Features |
-
+ |
|
@@ -159,7 +159,7 @@
Descendant |
-
+ |
{{ cpfpInfo.bestDescendant.txid | shortenString : 8 }}
{{ cpfpInfo.bestDescendant.txid }}
@@ -173,7 +173,7 @@
Ancestor |
-
+ |
{{ cpfpTx.txid | shortenString : 8 }}
{{ cpfpTx.txid }}
@@ -210,15 +210,15 @@
|
Size |
- |
+ |
Virtual size |
- |
+ |
Weight |
- |
+ |
@@ -228,15 +228,15 @@
Version |
- |
+ |
Locktime |
- |
+ |
Transaction hex |
- |
+ |
@@ -383,11 +383,11 @@
Fee |
- {{ tx.fee | number }} sat |
+ {{ tx.fee | number }} sat |
Fee rate |
-
+ |
{{ tx.feePerVsize | feeRounding }} sat/vB
@@ -397,7 +397,7 @@
|
Effective fee rate |
-
+ |
{{ tx.effectiveFeePerVsize | feeRounding }} sat/vB
| |