mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-23 22:47:05 +01:00
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 () {
|
||||
this.signedBase64Psbt = ''
|
||||
this.showEnterSignedPsbt = true
|
||||
},
|
||||
|
||||
checkPsbt: function () {
|
||||
console.log('### checkPsbt', this.signedBase64Psbt)
|
||||
this.$refs.paymentRef.updateSignedPsbt(this.signedBase64Psbt)
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue