Update expected keybase-pubkey location (#5104)

automerge
This commit is contained in:
Tyera Eulberg
2019-07-15 10:28:06 -06:00
committed by Grimes
parent 0c87928132
commit 92d78451b1
2 changed files with 5 additions and 5 deletions

View File

@@ -106,7 +106,7 @@ fn verify_keybase(
) -> Result<(), Box<dyn error::Error>> {
if let Some(keybase_id) = keybase_id.as_str() {
let url = format!(
"https://keybase.pub/{}/solana_pubkey_{:?}",
"https://keybase.pub/{}/solana/validator-{:?}",
keybase_id, validator_pubkey
);
let client = Client::new();