Skip to content

Commit

Permalink
fix: add build setup for validator script
Browse files Browse the repository at this point in the history
  • Loading branch information
JeancarloBarrios committed Oct 17, 2023
1 parent 8ef5086 commit cc5a9df
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/validator_setup/validator_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ if ! [ -f /root/.seda-chain/config/genesis.json ]; then
echo "seda configuration already exists"
fi

#if [[ ! -d "/root/.seda-chain" ]]; then
# echo "Setting Up seda configuration"
# echo $MNEMONIC | $BIN init join ${MONIKER} --network ${NETWORK_ID} --recover
# else
# echo "seda configuration already exists"
#fi
echo "Node Initialized !"


Expand Down

0 comments on commit cc5a9df

Please sign in to comment.