mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Dont restart seed if localhost is used
This commit is contained in:
parent
28c8150b6b
commit
46394024e9
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ public abstract class ExecutableForAppWithP2p extends BisqExecutable implements
|
|||
}
|
||||
|
||||
public void startShutDownInterval(GracefulShutDownHandler gracefulShutDownHandler) {
|
||||
if (DevEnv.isDevMode()) {
|
||||
if (DevEnv.isDevMode() || injector.getInstance(Config.class).useLocalhostForP2P) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue