This repository was archived by the owner on Nov 15, 2023. It is now read-only.
File tree 1 file changed +3
-3
lines changed
frame/election-provider-multi-phase/src
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 103
103
//!
104
104
//! Validators will only submit solutions if the one that they have computed is sufficiently better
105
105
//! than the best queued one (see [`pallet::Config::SolutionImprovementThreshold`]) and will limit
106
- //! the weigh of the solution to [`pallet::Config::MinerMaxWeight`].
106
+ //! the weight of the solution to [`pallet::Config::MinerMaxWeight`].
107
107
//!
108
108
//! The unsigned phase can be made passive depending on how the previous signed phase went, by
109
109
//! setting the first inner value of [`Phase`] to `false`. For now, the signed phase is always
147
147
//! which is capable of connecting to a live network, and generating appropriate `supports` using a
148
148
//! standard algorithm, and outputting the `supports` in hex format, ready for submission. Note that
149
149
//! while this binary lives in the Polkadot repository, this particular subcommand of it can work
150
- //! against any substrate based- chain.
150
+ //! against any substrate-based chain.
151
151
//!
152
152
//! See the `staking-miner` documentation in the Polkadot repository for more information.
153
153
//!
154
154
//! ## Feasible Solution (correct solution)
155
155
//!
156
- //! All submissions must undergo a feasibility check. Signed solutions are checked on by one at the
156
+ //! All submissions must undergo a feasibility check. Signed solutions are checked one by one at the
157
157
//! end of the signed phase, and the unsigned solutions are checked on the spot. A feasible solution
158
158
//! is as follows:
159
159
//!
You can’t perform that action at this time.
0 commit comments