Remove persistent peers check

This commit is contained in:
Shreerang Kale
2025-05-13 18:39:19 +05:30
parent f181e67045
commit d769c6e055
2 changed files with 5 additions and 10 deletions
@@ -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"