Skip to content

Commit

Permalink
Don't create stake account when validator is primordial
Browse files Browse the repository at this point in the history
  • Loading branch information
t-nelson committed Sep 11, 2020
1 parent e426d03 commit 23421de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/remote/remote-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ EOF
net/remote/remote-node-wait-init.sh 600
fi

if [[ $skipSetup != true && $nodeType != blockstreamer ]]; then
if [[ $skipSetup != true && $nodeType != blockstreamer && -z maybeSkipAccountsCreation ]]; then
# Wait for the validator to catch up to the bootstrap validator before
# delegating stake to it
solana --url http://"$entrypointIp":8899 catchup config/validator-identity.json
Expand Down

0 comments on commit 23421de

Please sign in to comment.