lnurl-auth: show the correct wallet linking_key on modal.
This commit is contained in:
parent
b794f8302d
commit
b7e337b0ee
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@ new Vue({
|
||||||
.request(
|
.request(
|
||||||
'GET',
|
'GET',
|
||||||
'/api/v1/lnurlscan/' + this.parse.data.request,
|
'/api/v1/lnurlscan/' + this.parse.data.request,
|
||||||
this.g.user.wallets[0].adminkey
|
this.g.wallet.adminkey
|
||||||
)
|
)
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
LNbits.utils.notifyApiError(err)
|
LNbits.utils.notifyApiError(err)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue