Skip to content

Commit

Permalink
consistency checker fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benceharomi committed Apr 15, 2024
1 parent 8a8283d commit 86366b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/lib/zksync_core/src/consistency_checker/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,8 @@ impl ConsistencyChecker {
&*PRE_BOOJUM_COMMIT_FUNCTION
} else {
self.contract
.function("commitBatches")
.context("L1 contract does not have `commitBatches` function")
.function("commitBatchesSharedBridge")
.context("L1 contract does not have `commitBatchesSharedBridge` function")
.map_err(CheckError::Internal)?
};

Expand Down

0 comments on commit 86366b1

Please sign in to comment.