Rename get_last_id() to get_recent_block_hash()

This commit is contained in:
Michael Vines
2019-03-02 10:01:13 -08:00
committed by Greg Fitzgerald
parent 4f3e149a98
commit ce1b72809a
11 changed files with 49 additions and 49 deletions

View File

@ -74,7 +74,7 @@ fn create_and_fund_vote_account(
));
}
loop {
let last_id = client.get_last_id();
let last_id = client.get_recent_block_hash();
info!("create_and_fund_vote_account last_id={:?}", last_id);
let transaction =
VoteTransaction::fund_staking_account(node_keypair, vote_account, last_id, 1, 1);