Skip to content

Commit

Permalink
Updated transaction_status.borsh
Browse files Browse the repository at this point in the history
  • Loading branch information
mrLSD committed Sep 5, 2024
1 parent bf05e7e commit a1d1ebd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified engine-tests/src/tests/res/transaction_status.borsh
Binary file not shown.
1 change: 1 addition & 0 deletions engine-types/src/parameters/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,7 @@ mod tests {
TransactionStatus::MaxNonce,
TransactionStatus::UsizeOverflow,
TransactionStatus::Other("error".into()),
TransactionStatus::CreateContractStartingWithEF,
]
}
}

0 comments on commit a1d1ebd

Please sign in to comment.