From 3342be0b167de969c6d6f11c0feea5ebfb935370 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Mon, 19 Sep 2022 17:11:57 +0300 Subject: [PATCH] feat: update word position on device button click --- .../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 47089f08..b06f94ae 100644 --- a/lnbits/extensions/watchonly/static/components/serial-signer/serial-signer.js +++ b/lnbits/extensions/watchonly/static/components/serial-signer/serial-signer.js @@ -825,6 +825,7 @@ async function serialSigner(path) { handleShowSeedResponse: function (res = '') { const [pos, word] = res.trim().split(' ') this.hww.seedWord = `${pos}. ${word}` + this.hww.seedWordPosition = pos }, hwwRestore: async function () { try {