Commit 01f45bb7 authored by Gav Wood's avatar Gav Wood
Browse files

Correct spelling

parent c7395819
Pipeline #34972 passed with stages
in 16 minutes and 8 seconds
......@@ -177,7 +177,7 @@ decl_module! {
Ok(())
}
fn on_finalise(_n: T::BlockNumber) {
fn on_finalize(_n: T::BlockNumber) {
assert!(<Self as Store>::DidUpdate::take(), "Parachain heads must be updated once in the block");
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment