Check native account owner (#14535)

This commit is contained in:
Jack May
2021-01-11 14:36:52 -08:00
committed by GitHub
parent d8105bb7d7
commit 8ad5931bfc
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,