Skip to content

Commit 7590356

Browse files
committed
fix: build
1 parent 63b65cb commit 7590356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/digest/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ impl ComputeCommand {
1818

1919
let (exe, leaf) = if self.phase_1 {
2020
(
21-
scroll_zkvm_verifier::commitments::bundle_legacy::EXE_COMMIT,
22-
scroll_zkvm_verifier::commitments::bundle_legacy::LEAF_COMMIT,
21+
scroll_zkvm_verifier::commitments::bundle_euclidv1::EXE_COMMIT,
22+
scroll_zkvm_verifier::commitments::bundle_euclidv1::LEAF_COMMIT,
2323
)
2424
} else {
2525
(

0 commit comments

Comments
 (0)