Pay for storage transactions with a system account (#4423)

automerge
This commit is contained in:
Michael Vines
2019-05-24 11:04:05 -07:00
committed by Grimes
parent 45642c4da1
commit 9784bbf154
2 changed files with 129 additions and 97 deletions

View File

@ -884,7 +884,7 @@ mod tests {
account.owner = native_loader::id();
accounts.push((key1, account));
let instructions = vec![CompiledInstruction::new(0, &(), vec![0])];
let instructions = vec![CompiledInstruction::new(1, &(), vec![0])];
let tx = Transaction::new_with_compiled_instructions(
&[&keypair],
&[],