Skip to content

Commit

Permalink
update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Son of Odin committed Nov 3, 2023
1 parent 0cb5aeb commit 7c8b4fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/validator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ RPC="${RPC:=seed.arkeo.network:26657}"
SEED="${SEED:=seed.arkeo.network:26656}"
PEER_ID=$(curl -sL http://$RPC/status | jq -r '.result.node_info.id')

# delete empty file (ie an empty genesis.json file if exists)
find ~/.arkeo/config -size 0 -print -delete

if [ ! -f ~/.arkeo/config/genesis.json ]; then
echo "setting validator node"

Expand Down

0 comments on commit 7c8b4fb

Please sign in to comment.