Skip to content

Commit

Permalink
Remove restart-mechanism from seed node
Browse files Browse the repository at this point in the history
  • Loading branch information
freimair committed Jul 5, 2019
1 parent bdc860b commit 03db522
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion seednode/src/main/java/bisq/seednode/SeedNodeMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public static void main(String[] args) throws Exception {
protected void doExecute(OptionSet options) {
super.doExecute(options);

checkMemory(bisqEnvironment, this);
CommonSetup.setup(this);

keepRunning();
Expand Down

0 comments on commit 03db522

Please sign in to comment.