Switch snap to bootstrap-fullnode/fullnode naming

This commit is contained in:
Michael Vines
2018-12-05 17:03:49 -08:00
parent 4170f11958
commit a6312ba98f
5 changed files with 20 additions and 20 deletions

View File

@ -166,7 +166,7 @@ find_leader() {
fi
# Select leader from the Snap configuration
leader_ip=$(snapctl get leader-ip)
leader_ip=$(snapctl get entrypoint-ip)
if [[ -z $leader_ip ]]; then
leader=testnet.solana.com
leader_ip=$(dig +short "${leader%:*}" | head -n1)