Skip to content

Commit

Permalink
default
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Jun 2, 2024
1 parent 3a8102e commit 28d1ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub struct SP1Stdin {
}

/// Public values for the prover.
#[derive(Debug, Clone, Serialize, Deserialize)]
#[derive(Debug, Clone, Serialize, Deserialize, Default)]
pub struct SP1PublicValues {
buffer: Buffer,
}
Expand Down

0 comments on commit 28d1ecd

Please sign in to comment.