mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 01:07:57 +00:00
Fix Collective <-> Elections initialization. (#5454)
* A patch * Fix * Better approach. * Fix grumbles
This commit is contained in:
@@ -201,7 +201,7 @@ pub trait PerThing:
|
||||
|
||||
/// The rounding method to use.
|
||||
///
|
||||
/// `Perthing`s are unsigned so `Up` means towards infinity and `Down` means towards zero.
|
||||
/// `PerThing`s are unsigned so `Up` means towards infinity and `Down` means towards zero.
|
||||
/// `Nearest` will round an exact half down.
|
||||
enum Rounding {
|
||||
Up,
|
||||
|
||||
Reference in New Issue
Block a user