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

@@ -177,7 +177,7 @@ mod test {
let from = Keypair::new();
let contract = Keypair::new();
let data = (1u8, 2u8, 3u8);
let tx = Transaction::new(
let tx = Transaction::new_signed(
&from,
&[contract.pubkey()],
&id(),