Skip to content

Commit

Permalink
Drop connection
Browse files Browse the repository at this point in the history
  • Loading branch information
perekopskiy committed Feb 13, 2024
1 parent 525ad3c commit 6ac51c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/lib/zksync_core/src/commitment_generator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ impl CommitmentGenerator {
.get_initial_bootloader_heap(l1_batch_number)
.await?
.context("Bootloader initial heap is missing")?;
drop(connection);

let events_commitment_task: JoinHandle<anyhow::Result<H256>> =
tokio::task::spawn_blocking(move || {
let latency = METRICS.events_queue_commitment_latency.start();
Expand Down

0 comments on commit 6ac51c5

Please sign in to comment.