mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 23:36:00 -04:00
Delay crypt test a bit at startup
This commit is contained in:
parent
ac80f3510c
commit
4d1a07c531
@ -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…
x
Reference in New Issue
Block a user