Fix a wrong bootstrap port

This commit is contained in:
Zahary Karadjov 2019-03-20 03:34:04 +02:00
parent 6d4284877d
commit 9930fa5bef
1 changed files with 1 additions and 1 deletions

View File

@ -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