mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 02:21:04 +00:00
Fix typo (#11832)
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
//! In the signed phase, solutions (of type [`RawSolution`]) are submitted and queued on chain. A
|
//! In the signed phase, solutions (of type [`RawSolution`]) are submitted and queued on chain. A
|
||||||
//! deposit is reserved, based on the size of the solution, for the cost of keeping this solution
|
//! deposit is reserved, based on the size of the solution, for the cost of keeping this solution
|
||||||
//! on-chain for a number of blocks, and the potential weight of the solution upon being checked. A
|
//! on-chain for a number of blocks, and the potential weight of the solution upon being checked. A
|
||||||
//! maximum of `pallet::Config::MaxSignedSubmissions` solutions are stored. The queue is always
|
//! maximum of `pallet::Config::SignedMaxSubmissions` solutions are stored. The queue is always
|
||||||
//! sorted based on score (worse to best).
|
//! sorted based on score (worse to best).
|
||||||
//!
|
//!
|
||||||
//! Upon arrival of a new solution:
|
//! Upon arrival of a new solution:
|
||||||
|
|||||||
Reference in New Issue
Block a user