Remove persistent peers check
This commit is contained in:
@@ -26,11 +26,6 @@ if [ ! -f ${input_priv_validator_key_file} ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ -z "$CERC_PEERS" ]; then
|
||||
echo "Persistent peers not provided, exiting..."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Env:"
|
||||
echo "Moniker: $CERC_MONIKER"
|
||||
echo "Chain Id: $CERC_CHAIN_ID"
|
||||
|
||||
Reference in New Issue
Block a user