Changed backup wallet files call.
M committed
Jul 21, 2021 at 20:07 UTC
8759c2ce5652d24c2f3a10190cc359d21f895d42
1 file changed
+1
-1
lib/monero/monero_wallet.dart
+1
-1
@@ -245,9 +245,9 @@ abstract class MoneroWalletBase extends WalletBase<MoneroBalance,
245
return;
246
}
247
248
+ await backupWalletFiles(name);
249
_lastSaveTimestamp = now;
250
await monero_wallet.store();
250
- await backupWalletFiles(name);
251
}
252
253
Future<int> getNodeHeight() async => monero_wallet.getNodeHeight();