Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M committed Dec 7, 2023
1 parent fd27ebe commit b9929e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/types/api/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ impl<'de> Deserialize<'de> for OutputCommitmentProof {
}
}

/// The proof of the output commitment.
/// Node contains the hashes of the left and right children of a node in the tree.
#[derive(Clone, Debug, Eq, PartialEq, Serialize, Deserialize)]
pub struct HashableNode {
#[serde(rename = "type")]
Expand Down

0 comments on commit b9929e7

Please sign in to comment.