Skip to content

Commit

Permalink
chore: redo typo PR by Ocheretovich (#8215)
Browse files Browse the repository at this point in the history
Thanks Ocheretovich for
#8190. Our policy is
to redo typo changes to dissuade metric farming. This is an automated
script.

Co-authored-by: AztecBot <[email protected]>
  • Loading branch information
ludamad and AztecBot authored Aug 27, 2024
1 parent 895c700 commit 21bcc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/aztec/concepts/transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ _The transaction has not been broadcasted to the sequencer network yet. For now,

_The transaction has still not been broadcasted to the sequencer network yet and continues to live solely within the context of the PXE._

1. **The PXE proves correct execution** – At this point, the PXE proves correct execution (via zero-knowledge proofs) of the authorization and of the private transfer method. Once the proofs have been generated, the PXE sends the proofs and required inputs (inputs are new note commitments, stored in the [note hash tree](../../protocol-specs/state/note-hash-tree.md) and nullifiers stored in the [nullifiers tree](../../protocol-specs/state/nullifier-tree.md)) to the sequencer. Nullifiers are data that invalidate old commitments, ensuring that commitments can only be used once.
3. **The PXE proves correct execution** – At this point, the PXE proves correct execution (via zero-knowledge proofs) of the authorization and of the private transfer method. Once the proofs have been generated, the PXE sends the proofs and required inputs (inputs are new note commitments, stored in the [note hash tree](../../protocol-specs/state/note-hash-tree.md) and nullifiers stored in the [nullifiers tree](../../protocol-specs/state/nullifier-tree.md)) to the sequencer. Nullifiers are data that invalidate old commitments, ensuring that commitments can only be used once.

_The sequencer has received the transaction proof and can begin to process the transaction - verifying proofs and applying updates to the relevant [data trees](../../protocol-specs/state/index.md) - alongside other public and private transactions._

Expand Down

0 comments on commit 21bcc0b

Please sign in to comment.