mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-12-14 15:36:27 -05: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();
|
int port = defaultNode.getPort();
|
||||||
|
|
||||||
// Passed program args will override the properties of the default bootstrapNode
|
// 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)
|
// different ports)
|
||||||
if (namespace.getString(BOOTSTRAP_NODE_ID_KEY) != null)
|
if (namespace.getString(BOOTSTRAP_NODE_ID_KEY) != null)
|
||||||
id = namespace.getString(BOOTSTRAP_NODE_ID_KEY);
|
id = namespace.getString(BOOTSTRAP_NODE_ID_KEY);
|
||||||
|
|
@ -108,8 +108,8 @@ public class SeedNode {
|
||||||
}
|
}
|
||||||
peer = null;
|
peer = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*public static void main(String[] args) throws Exception {
|
/*public static void main(String[] args) throws Exception {
|
||||||
ArgumentParser parser = new ArgumentParser();
|
ArgumentParser parser = new ArgumentParser();
|
||||||
Namespace namespace = parser.parseArgs(args);
|
Namespace namespace = parser.parseArgs(args);
|
||||||
|
|
@ -119,7 +119,7 @@ public class SeedNode {
|
||||||
int port = defaultNode.getPort();
|
int port = defaultNode.getPort();
|
||||||
|
|
||||||
// Passed program args will override the properties of the default bootstrapNode
|
// 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)
|
// different ports)
|
||||||
if (namespace.getString(ArgumentParser.SEED_ID_FLAG) != null)
|
if (namespace.getString(ArgumentParser.SEED_ID_FLAG) != null)
|
||||||
id = namespace.getString(ArgumentParser.SEED_ID_FLAG);
|
id = namespace.getString(ArgumentParser.SEED_ID_FLAG);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue