Skip to content

Commit

Permalink
Rename pc to code_index
Browse files Browse the repository at this point in the history
  • Loading branch information
kadenzipfel committed Oct 7, 2022
1 parent b822590 commit 6de631b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pub type PushData = String;

#[derive(Debug, PartialEq, Clone)]
pub struct ByteData {
pub pc: u32,
pub code_index: usize,
pub opcode: Option<Opcode>,
pub pushdata: Option<PushData>
}
Expand Down

0 comments on commit 6de631b

Please sign in to comment.