mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-17 03:19:26 -04:00
Add Network id
This commit is contained in:
parent
09321c89b3
commit
5618f23654
28 changed files with 264 additions and 178 deletions
|
@ -14,6 +14,7 @@ public class ProgramArguments {
|
|||
public static final String NAME_KEY = "node.name";
|
||||
public static final String PORT_KEY = "node.port";
|
||||
|
||||
public static final String NETWORK_ID = "network.id";
|
||||
|
||||
private static final Logger log = LoggerFactory.getLogger(ProgramArguments.class);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue