mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01: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
Reference in a new issue