mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-19 20:14:59 +02:00
chore: code clean-up
This commit is contained in:
@@ -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)
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user