Skip to content

Commit 3fb9a4e

Browse files
committed
docs: path to sp1 proof
1 parent 904e81e commit 3fb9a4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

operator/sp1/lib/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ pub extern "C" fn verify_sp1_proof_ffi(
5555
mod tests {
5656
use super::*;
5757

58-
const PROOF: &[u8] = include_bytes!("../../../../scripts/test_files/sp1/sp1_fibonacci.proof");
59-
const ELF: &[u8] = include_bytes!("../../../../scripts/test_files/sp1/sp1_fibonacci.elf");
58+
const PROOF: &[u8] = include_bytes!("../../../../scripts/test_files/sp1/sp1_fibonacci_4_1_3.proof");
59+
const ELF: &[u8] = include_bytes!("../../../../scripts/test_files/sp1/sp1_fibonacci_4_1_3.elf");
6060

6161
#[test]
6262
fn verify_sp1_proof_with_elf_works() {

0 commit comments

Comments
 (0)