Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request 0xPolygonZero#1198 from mir-protocol/public_values…
Browse files Browse the repository at this point in the history
…_serde

Made `PublicValues` serializable
  • Loading branch information
BGluth authored Aug 23, 2023
2 parents 86fb6aa + 975fd45 commit 62f271a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/src/proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pub(crate) struct AllChallengerState<F: RichField + Extendable<D>, H: Hasher<F>,
}

/// Memory values which are public.
#[derive(Debug, Clone, Default)]
#[derive(Debug, Clone, Default, Deserialize, Serialize)]
pub struct PublicValues {
pub trie_roots_before: TrieRoots,
pub trie_roots_after: TrieRoots,
Expand Down

0 comments on commit 62f271a

Please sign in to comment.