Rename program_id to owner in system instructions (#10069)

This commit is contained in:
Michael Vines
2020-05-18 12:55:41 -07:00
committed by GitHub
parent bac4aec16f
commit bbc549f592
4 changed files with 94 additions and 116 deletions

View File

@ -150,7 +150,7 @@ mod tests {
SystemInstruction::CreateAccount {
lamports: _,
space,
program_id: _,
owner: _,
} => space,
_ => panic!("Not a CreateAccount system instruction"),
};