Correct spelling

This commit is contained in:
Gav Wood
2019-04-04 17:21:40 +02:00
parent b13b7aec7c
commit 3730851bc9
+1 -1
View File
@@ -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");
}
}