Rename UpdateNode to UpdateValidatorIdentity (#9475)

automerge
This commit is contained in:
mergify[bot]
2020-04-13 19:09:42 -07:00
committed by GitHub
parent cc987b8884
commit 892a3b6dc4
3 changed files with 17 additions and 13 deletions

View File

@@ -520,7 +520,7 @@ pub fn process_vote_update_validator(
(&new_identity_pubkey, "new_identity_account".to_string()),
)?;
let (recent_blockhash, fee_calculator) = rpc_client.get_recent_blockhash()?;
let ixs = vec![vote_instruction::update_node(
let ixs = vec![vote_instruction::update_validator_identity(
vote_account_pubkey,
&authorized_withdrawer.pubkey(),
&new_identity_pubkey,