mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-29 01:38:39 -04:00
Delay crypt test a bit at startup
This commit is contained in:
parent
ac80f3510c
commit
4d1a07c531
1 changed files with 3 additions and 1 deletions
|
@ -494,7 +494,9 @@ public class MainViewModel implements ViewModel {
|
||||||
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
checkCryptoThread.start();
|
// Delay a bit the test, there was one bug report (Key length not 128//192/256 bits) where the crypto test failed.
|
||||||
|
// TODO investigate
|
||||||
|
UserThread.runAfter(() -> checkCryptoThread.start(), 3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue