Skip to content

Commit

Permalink
Updating comments (#3891)
Browse files Browse the repository at this point in the history
  • Loading branch information
leanthebean authored May 8, 2023
1 parent b12b66c commit dfba70b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ironfish/src/primitives/blockheader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dfba70b

Please sign in to comment.