Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 committed Jun 9, 2024
1 parent 40e4405 commit 04e35c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion _typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ extend-ignore-identifiers-re = [
"(?i)groth",
"leafs",
"benchs",
"ba"
"ba",
"prover"
]

[files]
Expand Down
2 changes: 1 addition & 1 deletion provers/risc0/guest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fn main() {
.unwrap()
.instance_hash();

sp1_zkvm::io::commit(&pi);
env::commit(&pi);
}

harness::zk_suits!(
Expand Down

0 comments on commit 04e35c3

Please sign in to comment.