git.delta.rocks / unique-network / refs/commits / 085636369836

difftreelog

fix(scheduler) remove unneeded type

Daniel Shiposha2022-08-17parent: #1f0d81d.patch.diff
in: master

1 file changed

modifiedpallets/scheduler/src/lib.rsdiffbeforeafterboth
9797
98pub use weights::WeightInfo;98pub use weights::WeightInfo;
9999
100/// Just a simple index for naming period tasks.
101pub type PeriodicIndex = u32;
102/// The location of a scheduled task that can be used to remove it.100/// The location of a scheduled task that can be used to remove it.
103pub type TaskAddress<BlockNumber> = (BlockNumber, u32);101pub type TaskAddress<BlockNumber> = (BlockNumber, u32);
104pub const MAX_TASK_ID_LENGTH_IN_BYTES: u8 = 16;102pub const MAX_TASK_ID_LENGTH_IN_BYTES: u8 = 16;