Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update roadmap/implementers-guide/src/node/utility/provisioner.md
Co-authored-by: Andronik Ordian <[email protected]>
  • Loading branch information
drahnr and ordian authored Nov 19, 2021
commit 76501841491e0dfb6a65e90d2a1edd3d005a2e42
2 changes: 1 addition & 1 deletion roadmap/implementers-guide/src/node/utility/provisioner.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ When a validator is selected by BABE to author a block, it becomes a block produ

### Bitfield Collection

Collects all provided bitfields and forwards them to the runtimes `fn create_inherent` which does both sanitity (one bitfield per validator) as well as weight limiting logic.
Collects all provided bitfields and forwards them to the runtimes `fn create_inherent` which does both sanity (one bitfield per validator) as well as weight limiting logic.

### Backed Candidate Collection

Expand Down