mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-03-03 07:30:56 +00:00
Fix a wrong bootstrap port
This commit is contained in:
parent
6d4284877d
commit
9930fa5bef
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user