Skip to content

Commit

Permalink
chore: fix comment docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss committed Aug 27, 2024
1 parent bf42643 commit c167490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine-types/src/parameters/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ pub enum TransactionStatus {
StackUnderflow,
/// Trying to push into a stack over stack limit.
StackOverflow,
/// An opcode accesses memory region, but the region is invalid.
/// Jump destination is invalid.
InvalidJump,
/// An opcode accesses memory region, but the region is invalid.
InvalidRange,
Expand Down

0 comments on commit c167490

Please sign in to comment.