chore: code clean-up

This commit is contained in:
Vlad Stan
2022-12-02 14:02:59 +02:00
parent 88035305c5
commit f7061da361

View File

@@ -177,11 +177,11 @@ const watchOnly = async () => {
}, },
showEnterSignedPsbtDialog: function () { showEnterSignedPsbtDialog: function () {
this.signedBase64Psbt = ''
this.showEnterSignedPsbt = true this.showEnterSignedPsbt = true
}, },
checkPsbt: function () { checkPsbt: function () {
console.log('### checkPsbt', this.signedBase64Psbt)
this.$refs.paymentRef.updateSignedPsbt(this.signedBase64Psbt) this.$refs.paymentRef.updateSignedPsbt(this.signedBase64Psbt)
}, },