Skip to content

Commit

Permalink
(fix): remaining executor test + base branch rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Raid Ateir committed Sep 18, 2024
1 parent 089894c commit bb6d780
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 203 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ contract ExecutorFacet is ZKChainBase, IExecutor {
_;
}

error Mismatch(bytes32, bytes32);
/// @dev Process one batch commit using the previous batch StoredBatchInfo
/// @dev returns new batch StoredBatchInfo
/// @notice Does not change storage
Expand Down
Loading

0 comments on commit bb6d780

Please sign in to comment.