This commit is contained in:
Michael Vines 2019-10-15 15:06:23 -07:00
parent 1afc527919
commit 37a29b979f
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 2 additions and 1 deletions

View File

@ -90,7 +90,8 @@ fi
echo "+++ $sanityTargetIp: validators"
(
# Ensure solana-cli has a keypair even though it doesn't really need one...
$solana_keygen new -o temp-id.json
# TODO: Remove when https://github.com/solana-labs/solana/issues/6375 is fixed
$solana_keygen new --force -o temp-id.json
set -x
$solana_cli --keypair temp-id.json --url http://"$sanityTargetIp":8899 show-validators
)