From bc47ed6c800db26add14de27b904298d3bb28545 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Mon, 12 Jul 2021 14:40:49 -0500 Subject: [PATCH] Remove outdated program verifification (#18592) --- runtime/src/message_processor.rs | 1 - 1 file changed, 1 deletion(-) 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 {