mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-20 23:56:30 -04:00
Change BitcoinJ timeout
This commit is contained in:
parent
61b0bfbe9c
commit
9c75b9951b
@ -193,7 +193,7 @@ class MainViewModel implements ViewModel {
|
||||
}
|
||||
|
||||
public void initBackend() {
|
||||
bitcoinNetworkTimeout = Utilities.setTimeout(20000, animationTimer -> {
|
||||
bitcoinNetworkTimeout = Utilities.setTimeout(30000, animationTimer -> {
|
||||
Platform.runLater(() -> {
|
||||
networkSyncProgress.set(0);
|
||||
blockchainSyncState.set("Connecting to the bitcoin network failed.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user