More precise constructor names
This commit is contained in:
@ -14,7 +14,7 @@ fn test_program_native_failure() {
|
||||
let program_id = load_program(&bank, &mint_keypair, &native_loader::id(), program);
|
||||
|
||||
// Call user program
|
||||
let tx = Transaction::new(
|
||||
let tx = Transaction::new_signed(
|
||||
&mint_keypair,
|
||||
&[],
|
||||
&program_id,
|
||||
|
Reference in New Issue
Block a user