Skip to content

Commit

Permalink
Testnet automation: Fix slot query (solana-labs#10378)
Browse files Browse the repository at this point in the history
automerge
  • Loading branch information
t-nelson authored Jun 3, 2020
1 parent eee9a08 commit 59c5dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-test/automation_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 59c5dad

Please sign in to comment.