Skip to content

Commit

Permalink
docs: Updated protocol specs (#6341)
Browse files Browse the repository at this point in the history
This PR removes the aggregation object from the final set of private
kernel public inputs on the transaction object.
  • Loading branch information
PhilWindle committed May 10, 2024
1 parent 9acc9ec commit a0f82db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/docs/protocol-specs/transactions/tx-object.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Output of the last iteration of the private kernel circuit. Includes _accumulate
<!-- prettier-ignore -->
| Field | Type | Description |
|-------|------|-------------|
| aggregationObject | AggregationObject | Aggregated proof of all the previous kernel iterations. |
| newNoteHashes | Field[] | The new note hashes made in this transaction. |
| newNullifiers | Field[] | The new nullifiers made in this transaction. |
| nullifiedNoteHashes | Field[] | The note hashes which are nullified by a nullifier in the above list. |
Expand Down

0 comments on commit a0f82db

Please sign in to comment.