mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 03:01:07 +00:00
Correct spelling
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user