Revert "Refactor: Merge MessageProcessor into InvokeContext (#20165)" (#20301)

This reverts commit df6905c3a6.
This commit is contained in:
Jack May
2021-09-28 16:59:01 -07:00
committed by GitHub
parent fa5b091b4c
commit 491877de3d
4 changed files with 411 additions and 338 deletions

View File

@ -603,7 +603,7 @@ impl InstructionProcessor {
message,
instruction,
program_indices,
Some(account_indices),
account_indices,
)?;
let mut instruction_processor = InstructionProcessor::default();