Migrate to sign_checked()

This commit is contained in:
Greg Fitzgerald
2019-03-14 15:32:12 -06:00
parent bd8502e87e
commit 7b4568b9bf
4 changed files with 36 additions and 20 deletions

View File

@ -497,8 +497,6 @@ mod tests {
let fee = 2;
let blockhash = Hash::default();
let keys = vec![keypair0.pubkey(), keypair1.pubkey()];
let system_instruction = SystemInstruction::Move { lamports };
let program_ids = vec![system_program::id(), solana_budget_api::id()];
@ -507,7 +505,7 @@ mod tests {
let tx = Transaction::new_with_instructions(
&keypairs,
&keys,
&[],
blockhash,
fee,
program_ids,