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

@ -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,