Remove restart-mechanism from seed node

This commit is contained in:
Florian Reimair 2019-03-04 12:45:53 +01:00
parent bdc860be9f
commit 03db522a11
No known key found for this signature in database
GPG key ID: 05634D8D7A7954C8

View file

@ -53,7 +53,6 @@ public class SeedNodeMain extends ExecutableForAppWithP2p {
protected void doExecute(OptionSet options) {
super.doExecute(options);
checkMemory(bisqEnvironment, this);
CommonSetup.setup(this);
keepRunning();