Skip to content

Commit

Permalink
fix: config max_transcript_size in ProverConfig (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhchia authored Dec 18, 2023
1 parent 629a519 commit 51dcb29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wasm/prover/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ pub async fn prover(
let config = ProverConfig::builder()
.id(notarization_response.session_id)
.server_dns(target_host)
.max_transcript_size(options.max_transcript_size)
.build()
.unwrap();

Expand Down

0 comments on commit 51dcb29

Please sign in to comment.