Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
Remove warehouse node from trusted validators
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Mar 9, 2020
1 parent 9f9606e commit 0da97dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ if [[ ! -d "$CLUSTER"/ledger ]]; then
fi

TRUSTED_VALIDATORS=()
for id in "$CLUSTER"/*-identity.json; do
for id in "$CLUSTER"/{bootstrap-validator,api}-identity.json; do
TRUSTED_VALIDATORS+=($(solana-keygen pubkey "$id"))
done

Expand Down

0 comments on commit 0da97dc

Please sign in to comment.