Skip to content

Commit

Permalink
Fix test_serialization_transaction_status_regression
Browse files Browse the repository at this point in the history
  • Loading branch information
mrLSD committed Sep 5, 2024
1 parent cbcdbe3 commit bf05e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine-types/src/parameters/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ pub enum TransactionStatus {
MaxNonce,
/// `usize` casting overflow
UsizeOverflow,
/// Contract contains forbidden opcode 0xEF
CreateContractStartingWithEF,
/// Other normal errors.
Other(crate::Cow<'static, str>),
/// Contract contains forbidden opcode 0xEF
CreateContractStartingWithEF,
}

impl TransactionStatus {
Expand Down

0 comments on commit bf05e7e

Please sign in to comment.