From f7061da3616c7c85b082de8967e443c97774b646 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Fri, 2 Dec 2022 14:02:59 +0200 Subject: [PATCH] chore: code clean-up --- lnbits/extensions/watchonly/static/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/extensions/watchonly/static/js/index.js b/lnbits/extensions/watchonly/static/js/index.js index c87983030..880d6b302 100644 --- a/lnbits/extensions/watchonly/static/js/index.js +++ b/lnbits/extensions/watchonly/static/js/index.js @@ -177,11 +177,11 @@ const watchOnly = async () => { }, showEnterSignedPsbtDialog: function () { + this.signedBase64Psbt = '' this.showEnterSignedPsbt = true }, checkPsbt: function () { - console.log('### checkPsbt', this.signedBase64Psbt) this.$refs.paymentRef.updateSignedPsbt(this.signedBase64Psbt) },