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(
|
||||
'GET',
|
||||
'/api/v1/lnurlscan/' + this.parse.data.request,
|
||||
this.g.user.wallets[0].adminkey
|
||||
this.g.wallet.adminkey
|
||||
)
|
||||
.catch(err => {
|
||||
LNbits.utils.notifyApiError(err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue