Changed backup wallet files call.

This commit is contained in:
M 2021-07-21 20:07:56 +03:00
parent 1e3b53d2cf
commit 8759c2ce56

View file

@ -245,9 +245,9 @@ abstract class MoneroWalletBase extends WalletBase<MoneroBalance,
return;
}
await backupWalletFiles(name);
_lastSaveTimestamp = now;
await monero_wallet.store();
await backupWalletFiles(name);
}
Future<int> getNodeHeight() async => monero_wallet.getNodeHeight();