mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 07:01:05 +00:00
Convert all UK spelling to US (#2138)
* all the ise * forgot a misspelling * a few more replacements * bump impl * rollback and fixes * bump impl again * Add aliases for RPC * Update on_demand.rs
This commit is contained in:
@@ -78,7 +78,7 @@ decl_module! {
|
||||
Self::apply_force_new_session(apply_rewards)
|
||||
}
|
||||
|
||||
fn on_finalise(n: T::BlockNumber) {
|
||||
fn on_finalize(n: T::BlockNumber) {
|
||||
Self::check_rotate_session(n);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user