Check native account owner (#14535)

(cherry picked from commit 8ad5931bfc)
This commit is contained in:
Jack May
2021-01-11 14:36:52 -08:00
committed by Michael Vines
parent 4440a8d9fa
commit 25fe93e9fb
2 changed files with 12 additions and 2 deletions

View File

@@ -487,7 +487,7 @@ impl MessageProcessor {
}
// Call the program via the native loader
return self.native_loader.process_instruction(
program_id,
&native_loader::id(),
keyed_accounts,
instruction_data,
invoke_context,