diff --git a/frontend/src/app/components/fees-box/fees-box.component.html b/frontend/src/app/components/fees-box/fees-box.component.html index 7d208b205..a317e3783 100644 --- a/frontend/src/app/components/fees-box/fees-box.component.html +++ b/frontend/src/app/components/fees-box/fees-box.component.html @@ -1,19 +1,39 @@ -
Low priority | -Medium priority | -High priority | -
{{ feeEstimations.hourFee }} sat/vB ( |
- {{ feeEstimations.halfHourFee }} sat/vB ( |
- {{ feeEstimations.fastestFee }} sat/vB ( |
+
+ Low priority+
+ {{ feeEstimations.hourFee }} sat/vB ( |
+
+ Medium priority+
+ {{ feeEstimations.halfHourFee }} sat/vB ( |
+
+ High priority+
+ {{ feeEstimations.fastestFee }} sat/vB ( |
- | - | - |
+
+
+
{{ mempoolBlocksData.size | bytes }} ({{ mempoolBlocksData.blocks }} blocks)
+{{ mempoolInfoData.value.memPoolInfo.size | number }}
+
+ Mempool size++ {{ mempoolBlocksData.size | bytes }} ({{ mempoolBlocksData.blocks }} blocks) + + |
+
+ Unconfirmed++ {{ mempoolInfoData.value.memPoolInfo.size | number }} + + |
+