mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 12:48:00 +00:00
Round robin on_idle execution (#9432)
* update on_idle tuple implemenration * add test * fix * fix fmt * update * update * fix fmt * Update frame/support/src/traits/hooks.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * update * update * fix pallet_ui tests * Update frame/support/src/traits/hooks.rs * fix * Update frame/support/src/traits/hooks.rs * update Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
@@ -5,9 +5,9 @@ error[E0107]: missing generics for trait `Hooks`
|
||||
| ^^^^^ expected 1 type argument
|
||||
|
|
||||
note: trait defined here, with 1 type parameter: `BlockNumber`
|
||||
--> $DIR/hooks.rs:212:11
|
||||
--> $DIR/hooks.rs:221:11
|
||||
|
|
||||
212 | pub trait Hooks<BlockNumber> {
|
||||
221 | pub trait Hooks<BlockNumber> {
|
||||
| ^^^^^ -----------
|
||||
help: use angle brackets to add missing type argument
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user