Skip to content

Commit

Permalink
Add explanation on lack of operation nounce
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Besancon committed Jun 28, 2024
1 parent 59a1bf5 commit 869b88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/learn/architecture/operation-lifecycle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ These are the different steps of the operation processing that will occur, as il
2. The API Module forwards the operation to the Pool Module and broadcasts it to other nodes via the Protocol/Network
Module. Other nodes hearing about it will also broadcast it (gossip protocol), and feed it to their Pool Module.

3. At that stage, the operation sits in the Pool Modules of most nodes
3. At that stage, the operation sits in the Pool Modules of most nodes. Note that a given operation does not have a specific nounce, and as a result can be included in any order relative to other operations.

4. The Selector Module elects a particular node to handle the block production of the next current slot

Expand Down

0 comments on commit 869b88d

Please sign in to comment.