supply leader and leader_address

This commit is contained in:
Rob Walker 2018-08-31 18:39:38 -07:00
parent fb4b33b81b
commit 7b3c7f148b
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ find_leader() {
# Assume public testnet by default
leader_ip=35.227.93.37 # testnet.solana.com
fi
leader=$leader_ip
leader_address=$leader_ip:8001
else
if [[ -z $1 ]]; then