Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
fix: add missing execution result ErrorOutOfGasCodeStore
Browse files Browse the repository at this point in the history
  • Loading branch information
han0110 committed Dec 1, 2021
1 parent 6549379 commit 3e1241f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zkevm-circuits/src/evm_circuit/step.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ pub enum ExecutionResult {
ErrorReturnDataOutOfBound,
ErrorOutOfGasConstant,
ErrorOutOfGasPureMemory,
ErrorOutOfGasCodeStore,
ErrorOutOfGasSHA3,
ErrorOutOfGasCALLDATACOPY,
ErrorOutOfGasCODECOPY,
Expand Down

0 comments on commit 3e1241f

Please sign in to comment.