Skip to content

Commit

Permalink
Fix VK in prover_fri_protocol_versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ly0va committed Oct 9, 2023
1 parent 16dc31c commit d7ccbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/zksync_core/src/proof_data_handler/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fn fri_l1_verifier_config_from_env() -> anyhow::Result<L1VerifierConfig> {
// The base layer commitment is not used in the FRI prover verification.
recursion_circuits_set_vks_hash: H256::zero(),
},
recursion_scheduler_level_vk_hash: config.fri_recursion_scheduler_level_vk_hash,
recursion_scheduler_level_vk_hash: config.snark_wrapper_vk_hash,
})
}

Expand Down

0 comments on commit d7ccbb4

Please sign in to comment.