Testnet automation: Fix slot query (#10378)

automerge
This commit is contained in:
Trent Nelson 2020-06-02 22:08:59 -06:00 committed by GitHub
parent eee9a08376
commit 59c5dad020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ function wait_for_bootstrap_validator_stake_drop {
function get_slot {
source "${REPO_ROOT}"/net/common.sh
loadConfigFile
ssh "${sshOptions[@]}" "${validatorIpList[0]}" '$HOME/.cargo/bin/solana slot'
ssh "${sshOptions[@]}" "${validatorIpList[0]}" '$HOME/.cargo/bin/solana --url http://127.0.0.1:8899 slot'
}
function get_bootstrap_validator_ip_address {