From a154ff31759c43df1a02e3f54e293d7bbe91dd21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Thu, 23 Feb 2023 11:40:24 +0100 Subject: [PATCH] fix issue #1506 (#1541) --- lnbits/core/static/js/wallet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/core/static/js/wallet.js b/lnbits/core/static/js/wallet.js index da3cd935..7068e9ef 100644 --- a/lnbits/core/static/js/wallet.js +++ b/lnbits/core/static/js/wallet.js @@ -266,7 +266,7 @@ new Vue({ this.g.user.wallets[0].adminkey, { amount: credit, - id: this.g.user.wallets[0].id + id: this.g.wallet.id } ) .then(response => {