Skip to content

Commit

Permalink
updated todos
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKitsune committed Oct 27, 2023
1 parent a4e8303 commit 5645cf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/tree_availability/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ impl InclusionProofRequest {
#[serde(rename_all = "camelCase")]
pub struct InclusionProof {
pub root: Field,
//TODO: Implement `Deserialize` for Proof within semaphore-rs instead of using `deserialize_with`
#[serde(deserialize_with = "deserialize_proof")]
pub proof: Proof,
pub message: Option<String>,
Expand Down

0 comments on commit 5645cf3

Please sign in to comment.