Skip to content

Commit

Permalink
Update runtime-transaction/src/builtin_instruction_details.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Fitzgerald <[email protected]>
  • Loading branch information
tao-stones and apfitzge authored Aug 5, 2024
1 parent b0b1b68 commit 4ab2d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime-transaction/src/builtin_instruction_details.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ impl BuiltinInstructionDetails {
pub fn process_instruction<'a>(
&mut self,
program_id: &'a Pubkey,
_instruction: &'a CompiledInstruction, // reserved to identify builtin cost pby instruction
_instruction: &'a CompiledInstruction, // reserved to identify builtin cost by instruction
// instead of by program_id
) -> Result<()> {
if let Some(builtin_ix_cost) = BUILTIN_INSTRUCTION_COSTS.get(program_id) {
Expand Down

0 comments on commit 4ab2d22

Please sign in to comment.