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

@@ -17,7 +17,7 @@ fn test_local_drone() {
space: 0,
program_id: system_program::id(),
};
let mut expected_tx = Transaction::new(
let mut expected_tx = Transaction::new_signed(
&keypair,
&[to],
&system_program::id(),