mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 06:52:41 +01:00
FIX
This commit is contained in:
parent
f8f8015bf4
commit
a93b817cae
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue