mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-12 09:32:33 +00:00
Changed backup wallet files call.
This commit is contained in:
parent
1e3b53d2cf
commit
8759c2ce56
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue