Skip to content

Commit

Permalink
chore: Fix broken link in txs in yellow paper (#3484)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino authored Nov 30, 2023
1 parent 1db30bf commit 798565d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yellow-paper/docs/transactions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A transaction is the minimal action that changes the state of the network. Trans

A transaction is also split into three phases to [support authorization abstraction and fee payments](../gas-and-fees/gas-and-fees.md#fees): a validation and fee preparation phase, a main execution phase, and fee distribution phase.

Users initiate a transaction by sending a _transaction request_ to their local PXE, which [locally simulates and proves the transaction](./local-execution.md) and returns a [_transaction_ object](./tx-object.md) identified by a [_transaction hash_](./tx-hash.md). This transaction object is then broadcasted to the network via an Aztec Node, which checks its [validity](./validity.md), and eventually picked up by a sequencer who [executes the public component of the transaction](./public-execution.md) and includes it in a block.
Users initiate a transaction by sending a _transaction request_ to their local PXE, which [locally simulates and proves the transaction](./local-execution.md) and returns a [_transaction_ object](./tx-object.md) identified by a [_transaction hash_](./tx-object.md#transaction-hash). This transaction object is then broadcasted to the network via an Aztec Node, which checks its [validity](./validity.md), and eventually picked up by a sequencer who [executes the public component of the transaction](./public-execution.md) and includes it in a block.

import DocCardList from '@theme/DocCardList';

Expand Down

0 comments on commit 798565d

Please sign in to comment.