File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The factory module will function in separate, independent threads.
1212### Inputs
1313
1414The 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
You can’t perform that action at this time.
0 commit comments