More precise constructor names
This commit is contained in:
@@ -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(),
|
||||
|
Reference in New Issue
Block a user