zeitgeist
zeitgeist copied to clipboard
Why does `ReportingPeriod` have type `u32` instead of `BlockNumber`?
Maybe for convenience when coding, not sure about that. It should be BlockNumber
.
AFAIU BlockNumber is mostly u64, then converting it to Moment requires try_into() as Moment is AtLeastU32 and that does not have From
Closed as no longer relevant.