Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
perekopskiy committed Nov 6, 2023
1 parent a28ab30 commit df92671
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/lib/dal/src/blocks_dal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ impl BlocksDal<'_, '_> {
})
}

pub async fn legacy_get_ready_for_commit_l1_batches(
pub async fn pre_boojum_get_ready_for_commit_l1_batches(
&mut self,
limit: usize,
bootloader_hash: H256,
Expand Down
2 changes: 1 addition & 1 deletion core/lib/zksync_core/src/eth_sender/aggregator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ impl Aggregator {

let ready_for_commit_l1_batches = if protocol_version_id.is_pre_boojum() {
blocks_dal
.legacy_get_ready_for_commit_l1_batches(
.pre_boojum_get_ready_for_commit_l1_batches(
limit,
base_system_contracts_hashes.bootloader,
base_system_contracts_hashes.default_aa,
Expand Down

0 comments on commit df92671

Please sign in to comment.