mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
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:
commit
3468765a8b
@ -217,7 +217,7 @@ const ScanLndInvoice = () => {
|
||||
amountUnit: BitcoinUnit.SATS,
|
||||
invoiceDescription: decoded.description,
|
||||
});
|
||||
fetchAndSaveWalletTransactions(walletID);
|
||||
fetchAndSaveWalletTransactions(wallet.getID());
|
||||
};
|
||||
|
||||
const processTextForInvoice = text => {
|
||||
|
Loading…
Reference in New Issue
Block a user