mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-24 06:44:19 -04:00
Add UI info for P2P network
This commit is contained in:
parent
b81e263c24
commit
d666c6cd3b
30 changed files with 232 additions and 625 deletions
|
@ -51,8 +51,8 @@ public class SeedNodeMain {
|
|||
seedNode.processArgs(args);
|
||||
seedNode.createAndStartP2PService();
|
||||
} catch (Throwable t) {
|
||||
t.printStackTrace();
|
||||
log.error("Executing task failed. " + t.getMessage());
|
||||
t.printStackTrace();
|
||||
}
|
||||
});
|
||||
listenForExitCommand();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue