Skip to content

Commit 613f57e

Browse files
committed
fix after merging
1 parent 4a8eb78 commit 613f57e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/libzkp/src/proofs.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ impl<Metadata: ProofMetadata> PersistableProof for WrappedProof<Metadata> {
215215
mod tests {
216216
use base64::{prelude::BASE64_STANDARD, Engine};
217217
use sbv_primitives::B256;
218-
use scroll_zkvm_types::{bundle::BundleInfo, proof::EvmProof, public_inputs::ForkName};
218+
use scroll_zkvm_types::{bundle::BundleInfo, proof::EvmProof};
219219

220220
use super::*;
221221

@@ -253,7 +253,7 @@ mod tests {
253253
msg_queue_hash: B256::repeat_byte(6),
254254
encryption_key: None,
255255
};
256-
let bundle_pi_hash = bundle_info.pi_hash(ForkName::EuclidV1);
256+
let bundle_pi_hash = bundle_info.pi_hash_euclidv1();
257257
BundleProofMetadata {
258258
bundle_info,
259259
bundle_pi_hash,

0 commit comments

Comments
 (0)