From b9929e72119a09c48781f7582f3c1999c1b1d422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thoralf=20M=C3=BCller?= Date: Thu, 7 Dec 2023 10:44:31 +0100 Subject: [PATCH] Fix comment --- sdk/src/types/api/core.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/src/types/api/core.rs b/sdk/src/types/api/core.rs index 52ba161bcc..f273dba7e8 100644 --- a/sdk/src/types/api/core.rs +++ b/sdk/src/types/api/core.rs @@ -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")]