diff --git a/runtime/src/message_processor.rs b/runtime/src/message_processor.rs index 258f1aaf11..a509207fc1 100644 --- a/runtime/src/message_processor.rs +++ b/runtime/src/message_processor.rs @@ -1112,7 +1112,6 @@ impl MessageProcessor { Err(InstructionError::MissingAccount) }; instruction.visit_each_account(&mut work)?; - work(0, instruction.program_id_index as usize)?; // Verify that the total sum of all the lamports did not change if pre_sum != post_sum {