We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8eb78 commit 613f57eCopy full SHA for 613f57e
crates/libzkp/src/proofs.rs
@@ -215,7 +215,7 @@ impl<Metadata: ProofMetadata> PersistableProof for WrappedProof<Metadata> {
215
mod tests {
216
use base64::{prelude::BASE64_STANDARD, Engine};
217
use sbv_primitives::B256;
218
- use scroll_zkvm_types::{bundle::BundleInfo, proof::EvmProof, public_inputs::ForkName};
+ use scroll_zkvm_types::{bundle::BundleInfo, proof::EvmProof};
219
220
use super::*;
221
@@ -253,7 +253,7 @@ mod tests {
253
msg_queue_hash: B256::repeat_byte(6),
254
encryption_key: None,
255
};
256
- let bundle_pi_hash = bundle_info.pi_hash(ForkName::EuclidV1);
+ let bundle_pi_hash = bundle_info.pi_hash_euclidv1();
257
BundleProofMetadata {
258
bundle_info,
259
bundle_pi_hash,
0 commit comments