mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-30 12:04:39 -04:00
fix mailbox msg remove bug, add setup for release version
This commit is contained in:
parent
9b1108aa0a
commit
82e766e6b1
38 changed files with 333 additions and 277 deletions
|
@ -129,6 +129,7 @@ public abstract class OnionProxyManager {
|
|||
if (isBootstrapped() == false) {
|
||||
Thread.sleep(1000, 0);
|
||||
} else {
|
||||
LOG.info("Tor has bootstrapped");
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
@ -377,7 +378,6 @@ public abstract class OnionProxyManager {
|
|||
}
|
||||
|
||||
if (phase != null && phase.contains("PROGRESS=100")) {
|
||||
LOG.info("Tor has already bootstrapped");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue