This commit is contained in:
Michael Vines
2020-04-25 23:08:09 -07:00
parent 0dc559d3cf
commit e096cc1101

View File

@ -5748,7 +5748,7 @@ mod tests {
let instruction = Instruction::new(solana_vote_program::id(), &10, account_metas);
let mut tx = Transaction::new_signed_with_payer(
&[instruction],
vec![instruction],
Some(&mint_keypair.pubkey()),
&[&mint_keypair],
bank.last_blockhash(),