This commit is contained in:
HaoranYi
2022-04-12 09:08:35 -05:00
committed by GitHub
parent 9488a73f52
commit f3aa80d3f8

View File

@ -709,7 +709,7 @@ pub type InnerInstructions = Vec<CompiledInstruction>;
/// a transaction
pub type InnerInstructionsList = Vec<InnerInstructions>;
/// Convert from an IntrustionTrace to InnerInstructionsList
/// Convert from an InstructionTrace to InnerInstructionsList
pub fn inner_instructions_list_from_instruction_trace(
instruction_trace: &InstructionTrace,
) -> InnerInstructionsList {