Skip to content
Snippets Groups Projects
Unverified Commit b881272b authored by wangjj9219's avatar wangjj9219 Committed by GitHub
Browse files

fix warning in latest nightly toolchain (#318)

parent 16896a64
No related branches found
No related tags found
No related merge requests found
......@@ -308,7 +308,7 @@ decl_module! {
// TODO: depends https://github.com/paritytech/substrate/issues/6774
Self::deposit_event(RawEvent::Delayed(initial_origin, task_id, 0.into()));
Self::deposit_event(RawEvent::Delayed(initial_origin, task_id, 0u32.into()));
}
/// Cancel a scheduled dispatchable.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment