chore: code clean-up
This commit is contained in:
parent
88035305c5
commit
f7061da361
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue