Skip to content

Commit

Permalink
Odin/validatorsh2 (#256)
Browse files Browse the repository at this point in the history
* update docker image

* update docker image

---------

Co-authored-by: Son of Odin <[email protected]>
  • Loading branch information
cbarraford and Son of Odin authored Nov 3, 2023
1 parent f9a4760 commit 9c1668b
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 9c1668b

Please sign in to comment.