Rename program_id to owner in system instructions (#10069)
This commit is contained in:
@ -150,7 +150,7 @@ mod tests {
|
||||
SystemInstruction::CreateAccount {
|
||||
lamports: _,
|
||||
space,
|
||||
program_id: _,
|
||||
owner: _,
|
||||
} => space,
|
||||
_ => panic!("Not a CreateAccount system instruction"),
|
||||
};
|
||||
|
Reference in New Issue
Block a user