Remove outdated program verifification (#18592)

This commit is contained in:
Justin Starry 2021-07-12 14:40:49 -05:00 committed by GitHub
parent 35123b71c2
commit bc47ed6c80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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 {