Approval voting guide changes (#2347)

* grab guide updates from approval-voting branch

* focus on control flow and behavior, not functions

* add approval voting preamble info

* tabs -> spaces
This commit is contained in:
Robert Habermeier
2021-01-29 11:06:16 -06:00
committed by GitHub
parent 29f12f3f48
commit 956bc300c1
4 changed files with 117 additions and 71 deletions
@@ -20,6 +20,7 @@ struct CandidatePendingAvailability {
relay_parent_number: BlockNumber, // number of the relay-parent.
backers: Bitfield, // one bit per validator, set for those who backed the candidate.
backed_in_number: BlockNumber,
backing_group: GroupIndex,
}
```