Merge pull request #4187 from BlueWallet/limpbrains-fix-lndrefresh

FIX: refresh lndhub wallet balance after paying for invoice by scanning qrcode on main screen
This commit is contained in:
GLaDOS 2021-11-09 15:32:32 +00:00 committed by GitHub
commit 3468765a8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,7 +217,7 @@ const ScanLndInvoice = () => {
amountUnit: BitcoinUnit.SATS,
invoiceDescription: decoded.description,
});
fetchAndSaveWalletTransactions(walletID);
fetchAndSaveWalletTransactions(wallet.getID());
};
const processTextForInvoice = text => {