Skip to content

Commit

Permalink
wallet args: add --random-port
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed Nov 10, 2019
1 parent 74013f2 commit c93b8f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/launcher-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ let
"--genesis-block-hash" "${jormungandrLib.environments.${environment}.genesisHash}"
"--state-dir" dataDir.${os}
"--sync-tolerance" "${jormungandrLib.environments.${environment}.syncTolerance}"
"--random-port"
"--"
"--config" finalJormungandrCfgPath
];
Expand All @@ -62,6 +63,7 @@ let
"--state-dir" dataDir.${os}
"--genesis-block" "${dataDir.${os}}${dirSep}block0.bin"
"--sync-tolerance" "300s"
"--random-port"
"--"
"--secret" "${dataDir.${os}}${dirSep}secret.yaml"
];
Expand Down

0 comments on commit c93b8f7

Please sign in to comment.