Skip to content

Commit

Permalink
fix: typo in prover network docs (#1998)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctian1 authored Jan 29, 2025
1 parent d3f4519 commit 8e9d600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/docs/generating-proofs/prover-network/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ let proof = prover
.prove(&pk, &stdin)
.groth16()
.skip_simulation(true)
.fulfillment_strategy(FulfillmentStrategy::Reserved)
.strategy(FulfillmentStrategy::Reserved)
.timeout(Duration::from_secs(60 * 60))
.run()
.unwrap();
Expand Down

0 comments on commit 8e9d600

Please sign in to comment.