From 1089be017b8647c98799cb81fc159028576691ec Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Thu, 28 Jul 2022 16:58:07 +0300 Subject: [PATCH] fix: add `sats-denominated` for confirmations --- .../static/components/serial-signer/serial-signer.html | 2 +- .../watchonly/static/components/serial-signer/serial-signer.js | 2 +- lnbits/extensions/watchonly/templates/watchonly/index.html | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lnbits/extensions/watchonly/static/components/serial-signer/serial-signer.html b/lnbits/extensions/watchonly/static/components/serial-signer/serial-signer.html index 9a88681c..abe156ef 100644 --- a/lnbits/extensions/watchonly/static/components/serial-signer/serial-signer.html +++ b/lnbits/extensions/watchonly/static/components/serial-signer/serial-signer.html @@ -158,7 +158,7 @@
- Check data on your hardware device. + Check data on the display of the hardware device.
diff --git a/lnbits/extensions/watchonly/static/components/serial-signer/serial-signer.js b/lnbits/extensions/watchonly/static/components/serial-signer/serial-signer.js index f3b491a7..37c83cf1 100644 --- a/lnbits/extensions/watchonly/static/components/serial-signer/serial-signer.js +++ b/lnbits/extensions/watchonly/static/components/serial-signer/serial-signer.js @@ -4,7 +4,7 @@ async function serialSigner(path) { name: 'serial-signer', template: t, - props: [], + props: ['sats-denominated'], data: function () { return { selectedPort: null, diff --git a/lnbits/extensions/watchonly/templates/watchonly/index.html b/lnbits/extensions/watchonly/templates/watchonly/index.html index d54ac618..5ad6602f 100644 --- a/lnbits/extensions/watchonly/templates/watchonly/index.html +++ b/lnbits/extensions/watchonly/templates/watchonly/index.html @@ -10,6 +10,7 @@