mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Polish whitespace
This commit is contained in:
parent
18c399b30c
commit
a4cf7a0aeb
1 changed files with 4 additions and 4 deletions
|
@ -53,7 +53,7 @@ public class SeedNode {
|
|||
int port = defaultNode.getPort();
|
||||
|
||||
// Passed program args will override the properties of the default bootstrapNode
|
||||
// So you can use the same id but different ports (e.g. running several nodes on one server with
|
||||
// So you can use the same id but different ports (e.g. running several nodes on one server with
|
||||
// different ports)
|
||||
if (namespace.getString(BOOTSTRAP_NODE_ID_KEY) != null)
|
||||
id = namespace.getString(BOOTSTRAP_NODE_ID_KEY);
|
||||
|
@ -108,8 +108,8 @@ public class SeedNode {
|
|||
}
|
||||
peer = null;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/*public static void main(String[] args) throws Exception {
|
||||
ArgumentParser parser = new ArgumentParser();
|
||||
Namespace namespace = parser.parseArgs(args);
|
||||
|
@ -119,7 +119,7 @@ public class SeedNode {
|
|||
int port = defaultNode.getPort();
|
||||
|
||||
// Passed program args will override the properties of the default bootstrapNode
|
||||
// So you can use the same id but different ports (e.g. running several nodes on one server with
|
||||
// So you can use the same id but different ports (e.g. running several nodes on one server with
|
||||
// different ports)
|
||||
if (namespace.getString(ArgumentParser.SEED_ID_FLAG) != null)
|
||||
id = namespace.getString(ArgumentParser.SEED_ID_FLAG);
|
||||
|
|
Loading…
Add table
Reference in a new issue