Rename get_last_id() to get_recent_block_hash()
This commit is contained in:
committed by
Greg Fitzgerald
parent
4f3e149a98
commit
ce1b72809a
@ -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);
|
||||
|
Reference in New Issue
Block a user