diff --git a/frontend/src/app/components/accelerate-preview/accelerate-preview.component.html b/frontend/src/app/components/accelerate-preview/accelerate-preview.component.html
index 2a075f1e2..e40d6b5c9 100644
--- a/frontend/src/app/components/accelerate-preview/accelerate-preview.component.html
+++ b/frontend/src/app/components/accelerate-preview/accelerate-preview.component.html
@@ -51,7 +51,7 @@
In-band fees
- {{ estimate.txSummary.effectiveFee | number : '1.0-0' }} sats
+ {{ estimate.txSummary.effectiveFee | number : '1.0-0' }} sats
|
@@ -76,7 +76,7 @@
@@ -110,7 +110,7 @@
{{ math.max(0, estimate.nextBlockFee - estimate.txSummary.effectiveFee) | number }}
- sats
+ sats
|
@@ -130,7 +130,7 @@
+{{ estimate.mempoolBaseFee | number }}
- sats
+ sats
|
@@ -142,7 +142,7 @@
+{{ estimate.vsizeFee | number }}
- sats
+ sats
|
@@ -159,7 +159,7 @@
- sats
+ sats
|
@@ -182,7 +182,7 @@
- sats
+ sats
@@ -205,7 +205,7 @@
{{ estimate.userBalance | number }}
|
- sats
+ sats
diff --git a/frontend/src/app/components/block/block.component.html b/frontend/src/app/components/block/block.component.html
index e65905cd2..7e00f3cec 100644
--- a/frontend/src/app/components/block/block.component.html
+++ b/frontend/src/app/components/block/block.component.html
@@ -262,7 +262,7 @@
|
Version |
- {{ block.version | decimal2hex }} Taproot |
+ {{ block.version | decimal2hex }} Taproot |
Bits |
diff --git a/frontend/src/app/components/calculator/calculator.component.html b/frontend/src/app/components/calculator/calculator.component.html
index 5e084403d..e4ade67d2 100644
--- a/frontend/src/app/components/calculator/calculator.component.html
+++ b/frontend/src/app/components/calculator/calculator.component.html
@@ -26,7 +26,7 @@
diff --git a/frontend/src/app/docs/docs/docs.component.ts b/frontend/src/app/docs/docs/docs.component.ts
index 329faeff7..6d6c3b0c1 100644
--- a/frontend/src/app/docs/docs/docs.component.ts
+++ b/frontend/src/app/docs/docs/docs.component.ts
@@ -62,12 +62,10 @@ export class DocsComponent implements OnInit {
} else {
this.seoService.setDescription($localize`:@@meta.description.docs.websocket-bitcoin:Documentation for the mempool.space WebSocket API service: get real-time info on blocks, mempools, transactions, addresses, and more.`);
}
- /*
} else {
this.activeTab = 3;
this.seoService.setTitle($localize`:@@meta.title.docs.electrum:Electrum RPC`);
this.seoService.setDescription($localize`:@@meta.description.docs.electrumrpc:Documentation for our Electrum RPC interface: get instant, convenient, and reliable access to an Esplora instance.`);
- */
}
}
diff --git a/frontend/src/app/lightning/node/node-preview.component.html b/frontend/src/app/lightning/node/node-preview.component.html
index eae076bf5..6eb5b7848 100644
--- a/frontend/src/app/lightning/node/node-preview.component.html
+++ b/frontend/src/app/lightning/node/node-preview.component.html
@@ -49,7 +49,7 @@
Location |
- unknown
+ Unknown
|
diff --git a/frontend/src/locale/messages.xlf b/frontend/src/locale/messages.xlf
index bde593b38..78e788d70 100644
--- a/frontend/src/locale/messages.xlf
+++ b/frontend/src/locale/messages.xlf
@@ -1506,7 +1506,7 @@
sat
shared.sat
-
+
sats
src/app/components/accelerate-preview/accelerate-preview.component.html
@@ -1540,8 +1540,67 @@
src/app/components/accelerate-preview/accelerate-preview.component.html
208
- sats
- shared.sats
+
+ src/app/components/calculator/calculator.component.html
+ 29
+
+
+ src/app/components/calculator/calculator.component.html
+ 44
+
+
+ src/app/lightning/channels-list/channels-list.component.html
+ 63
+
+
+ src/app/lightning/channels-list/channels-list.component.html
+ 87
+
+
+ src/app/lightning/channels-statistics/channels-statistics.component.html
+ 17
+
+
+ src/app/lightning/channels-statistics/channels-statistics.component.html
+ 63
+
+
+ src/app/lightning/group/group-preview.component.html
+ 34
+
+
+ src/app/lightning/group/group.component.html
+ 32
+
+
+ src/app/lightning/group/group.component.html
+ 83
+
+
+ src/app/lightning/justice-list/justice-list.component.html
+ 28
+
+
+ src/app/lightning/nodes-per-country-chart/nodes-per-country-chart.component.html
+ 50
+
+
+ src/app/lightning/nodes-per-country/nodes-per-country.component.html
+ 22
+
+
+ src/app/lightning/nodes-per-country/nodes-per-country.component.html
+ 82
+
+
+ src/app/lightning/nodes-per-isp/nodes-per-isp.component.html
+ 23
+
+
+ src/app/lightning/nodes-per-isp/nodes-per-isp.component.html
+ 79
+
+ shared.sats
sat/vB
@@ -2754,6 +2813,10 @@
src/app/lightning/channel/closing-type/closing-type.component.ts
32
+
+ src/app/lightning/node/node-preview.component.html
+ 52
+
src/app/lightning/node/node.component.html
58
@@ -2869,6 +2932,35 @@
block.actual-block
+
+ Taproot
+
+ src/app/components/block/block.component.html
+ 265
+
+
+ src/app/components/tx-features/tx-features.component.html
+ 12
+
+
+ src/app/components/tx-features/tx-features.component.html
+ 14
+
+
+ src/app/components/tx-features/tx-features.component.html
+ 16
+
+
+ src/app/components/tx-features/tx-features.component.html
+ 18
+
+
+ src/app/components/tx-features/tx-features.component.html
+ 21
+
+ Taproot
+ tx-features.tag.taproot
+
Bits
@@ -5321,31 +5413,6 @@
Tooltip about fees saved with taproot
-
- Taproot
-
- src/app/components/tx-features/tx-features.component.html
- 12
-
-
- src/app/components/tx-features/tx-features.component.html
- 14
-
-
- src/app/components/tx-features/tx-features.component.html
- 16
-
-
- src/app/components/tx-features/tx-features.component.html
- 18
-
-
- src/app/components/tx-features/tx-features.component.html
- 21
-
- Taproot
- tx-features.tag.taproot
-
This transaction uses Taproot and already saved at least % on fees, but could save an additional % by fully using Taproot
@@ -5682,6 +5749,20 @@
63
+
+ Electrum RPC
+
+ src/app/docs/docs/docs.component.ts
+ 67
+
+
+
+ Documentation for our Electrum RPC interface: get instant, convenient, and reliable access to an Esplora instance.
+
+ src/app/docs/docs/docs.component.ts
+ 68
+
+
Base fee
@@ -6159,62 +6240,6 @@
channels.id
-
- sats
-
- src/app/lightning/channels-list/channels-list.component.html
- 63
-
-
- src/app/lightning/channels-list/channels-list.component.html
- 87
-
-
- src/app/lightning/channels-statistics/channels-statistics.component.html
- 17
-
-
- src/app/lightning/channels-statistics/channels-statistics.component.html
- 63
-
-
- src/app/lightning/group/group-preview.component.html
- 34
-
-
- src/app/lightning/group/group.component.html
- 32
-
-
- src/app/lightning/group/group.component.html
- 83
-
-
- src/app/lightning/justice-list/justice-list.component.html
- 28
-
-
- src/app/lightning/nodes-per-country-chart/nodes-per-country-chart.component.html
- 50
-
-
- src/app/lightning/nodes-per-country/nodes-per-country.component.html
- 22
-
-
- src/app/lightning/nodes-per-country/nodes-per-country.component.html
- 82
-
-
- src/app/lightning/nodes-per-isp/nodes-per-isp.component.html
- 23
-
-
- src/app/lightning/nodes-per-isp/nodes-per-isp.component.html
- 79
-
- shared.sats
-
avg