Use vec!
This commit is contained in:
@ -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(),
|
||||
|
Reference in New Issue
Block a user