mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-30 09:37:28 -04:00
Remove JFx service from seed node startup
This commit is contained in:
parent
df97e3d696
commit
ce1b57d87a
2 changed files with 29 additions and 35 deletions
|
@ -174,7 +174,7 @@ class ActorSystemProvider implements Provider<ActorSystem> {
|
|||
ActorSystem system = ActorSystem.create(BitSquare.getAppName());
|
||||
|
||||
// create top level actors
|
||||
system.actorOf(DHTManager.getProps(), DHTManager.SEED_NAME);
|
||||
//system.actorOf(DHTManager.getProps(), DHTManager.SEED_NAME);
|
||||
|
||||
return system;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue