From 9930fa5befa459dd47260b315fd7cc850846c4cf Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Wed, 20 Mar 2019 03:34:04 +0200 Subject: [PATCH] Fix a wrong bootstrap port --- tests/simulation/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/simulation/start.sh b/tests/simulation/start.sh index 6fd6df56f..41e468edc 100755 --- a/tests/simulation/start.sh +++ b/tests/simulation/start.sh @@ -48,7 +48,7 @@ if [ ! -f $SNAPSHOT_FILE ]; then --outputGenesis=$SNAPSHOT_FILE \ --outputNetwork=$NETWORK_METADATA_FILE \ --bootstrapAddress=127.0.0.1 \ - --bootstrapPort=50001 \ + --bootstrapPort=50000 \ --genesisOffset=5 # Delay in seconds fi