More precise constructor names

This commit is contained in:
Greg Fitzgerald
2019-03-15 10:02:28 -06:00
parent 968022a1b0
commit e091aa87ea
13 changed files with 39 additions and 39 deletions

View File

@ -503,7 +503,7 @@ mod tests {
let instructions = vec![CompiledInstruction::new(0, &system_instruction, vec![0, 1])];
let tx = Transaction::new_with_instructions(
let tx = Transaction::new_with_compiled_instructions(
&keypairs,
&[],
blockhash,