Skip to content

Commit

Permalink
Uncomment expand_bootloader_contents
Browse files Browse the repository at this point in the history
  • Loading branch information
perekopskiy committed Oct 13, 2023
1 parent d7809d1 commit 43d0c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/zksync_core/src/state_keeper/io/seal_logic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ impl UpdatesManager {

let initial_bootloader_contents =
finished_batch.final_bootloader_memory.unwrap_or_default();
// let full_bootloader_memory = expand_bootloader_contents(&initial_bootloader_contents);
let full_bootloader_memory = expand_bootloader_contents(&initial_bootloader_contents);
// let bootloader_initial_content_commitment =
// initial_heap_content_commitment_fixed(&full_bootloader_memory);
//
Expand Down

0 comments on commit 43d0c0d

Please sign in to comment.