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) },