Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Dec 23, 2024
1 parent bbaf97d commit 79c93cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proposer/succinct/bin/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,8 @@ fn generate_mock_compressed_proof(
Ok((
SP1ProofWithPublicValues {
proof,
stdin,
// Set stdin to empty, to avoid putting more data in the DB.
stdin: SP1Stdin::default(),
public_values,
sp1_version: mock_prover.version().to_string(),
},
Expand Down

0 comments on commit 79c93cc

Please sign in to comment.