FIX: refresh lndhub wallet balance after paying for invoice by scanning qrcode on main screen

This commit is contained in:
Ivan Vershigora 2021-11-09 12:48:27 +03:00
parent 28e35166cf
commit 9b55445ed6

View file

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