mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
WalletAppKit: Fix wallet isn't moved out of the way on restore, preventing the actual restore.
This commit is contained in:
@@ -463,8 +463,7 @@ public class WalletAppKit extends AbstractIdleService {
|
||||
}
|
||||
|
||||
private void maybeMoveOldWalletOutOfTheWay() {
|
||||
if (restoreFromSeed == null) return;
|
||||
if (restoreFromKey == null) return;
|
||||
if (restoreFromSeed == null && restoreFromKey == null) return;
|
||||
if (!vWalletFile.exists()) return;
|
||||
int counter = 1;
|
||||
File newName;
|
||||
|
Reference in New Issue
Block a user