From dfba70b9b25c4c4109ebd23525a516b8373dc820 Mon Sep 17 00:00:00 2001 From: Elena Nadolinski Date: Mon, 8 May 2023 13:11:18 -0700 Subject: [PATCH] Updating comments (#3891) --- ironfish/src/primitives/blockheader.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ironfish/src/primitives/blockheader.ts b/ironfish/src/primitives/blockheader.ts index bc2a2071d2..92e00cc793 100644 --- a/ironfish/src/primitives/blockheader.ts +++ b/ironfish/src/primitives/blockheader.ts @@ -114,9 +114,8 @@ export class BlockHeader { public previousBlockHash: BlockHash /** - * Commitment to the note tree after all new notes from transactions in this - * block have been added to it. Stored as the hash and the size of the tree - * at the time the hash was calculated. + * Commitment (hash) to the note tree after all new notes from transactions in this + * block have been added to it. */ public noteCommitment: NoteEncryptedHash