Skip to content

Commit d3d0a25

Browse files
crStivdamip
andauthored
Update factory.md (#4945)
Co-authored-by: Damir Vodenicarevic <[email protected]>
1 parent 0275ad1 commit d3d0a25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

massa-factory-worker/factory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The factory module will function in separate, independent threads.
1212
### Inputs
1313

1414
The factory controller will allow acting on the factory from other modules:
15-
* staking keys management: add, list, remove keys dynamically like it's done currently in consensus
15+
* staking keys management: add, list, remove keys dynamically like it's currently done in consensus
1616
* enable/disable block and endorsement production dynamically
1717
* the API can query the factory to get production history and past/future draw slots and timestamps
1818

@@ -102,7 +102,7 @@ At each endorsement time tick encorsing slot `S`, we do the following:
102102
* there can be multiple draws for different endorsement indices at the same slot with the same or different addresses
103103
* ask consensus to give the block ID of a block `B` of the blockclique at slot `S`
104104
* if there is none, do nothing for this tick
105-
* for each endorsement `endo` that is supposed to be created by address `A` and endorse the block `B`:
105+
* for each endorsement `endo` that is supposed to be created by address `A` and to endorse the block `B`:
106106
* create an endorsement endorsing `B.id` at slot `S`, signed with `A`
107107
* send all created endorsements to `storage` and `protocol` for propagation
108108

0 commit comments

Comments
 (0)