From 19dfef6044a8c0e9151058cda1167bba32ed5df3 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Fri, 12 Aug 2022 15:55:19 +0300 Subject: [PATCH] fix: help command --- .../watchonly/static/components/serial-signer/serial-signer.js | 1 + 1 file changed, 1 insertion(+) 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 831400a5..4766351f 100644 --- a/lnbits/extensions/watchonly/static/components/serial-signer/serial-signer.js +++ b/lnbits/extensions/watchonly/static/components/serial-signer/serial-signer.js @@ -499,6 +499,7 @@ async function serialSigner(path) { }, hwwHelp: async function () { try { + await this.sendCommandSecure(COMMAND_HELP) this.$q.notify({ type: 'positive', message: 'Check display or console for details!',