mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
FIX
This commit is contained in:
parent
f8f8015bf4
commit
a93b817cae
@ -35,7 +35,7 @@ async function startAndDecrypt(retry) {
|
||||
console.log('time to refresh wallet #0');
|
||||
let oldBalance = wallets[0].getBalance();
|
||||
await wallets[0].fetchBalance();
|
||||
if (oldBalance !== wallets.getBalance()) {
|
||||
if (oldBalance !== wallets[0].getBalance()) {
|
||||
// balance changed, thus txs too
|
||||
await wallets[0].fetchTransactions();
|
||||
hadToRefresh = true;
|
||||
|
Loading…
Reference in New Issue
Block a user