diff --git a/runtime/shiden/src/lib.rs b/runtime/shiden/src/lib.rs index 538a27e333..97e119e68d 100644 --- a/runtime/shiden/src/lib.rs +++ b/runtime/shiden/src/lib.rs @@ -1030,6 +1030,7 @@ construct_runtime!( NodeBlock = generic::Block, UncheckedExtrinsic = UncheckedExtrinsic { + // Inflation needs to execute `on_initialize` as soon as possible, and `on_finalize` as late as possible. Inflation: pallet_inflation = 5, System: frame_system = 10,