From 27221e28f6669ac4db9f12a87d5dd782131d5118 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 26 Jun 2019 21:49:22 -0700 Subject: [PATCH] Use default pubkey for solana-install sanity check --- net/remote/remote-sanity.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/remote/remote-sanity.sh b/net/remote/remote-sanity.sh index 2c9d1f9430..35e56a45f5 100755 --- a/net/remote/remote-sanity.sh +++ b/net/remote/remote-sanity.sh @@ -183,13 +183,11 @@ if $installCheck && [[ -r update_manifest_keypair.json ]]; then ( set -x - update_manifest_pubkey=$($solana_keygen pubkey update_manifest_keypair.json) rm -rf install-data-dir $solana_install init \ --no-modify-path \ --data-dir install-data-dir \ --url http://"$sanityTargetIp":8899 \ - --pubkey "$update_manifest_pubkey" $solana_install info )