diff --git a/polkadot/runtime/kusama/src/lib.rs b/polkadot/runtime/kusama/src/lib.rs index 7ac0ea52fd..5e47f9e61a 100644 --- a/polkadot/runtime/kusama/src/lib.rs +++ b/polkadot/runtime/kusama/src/lib.rs @@ -1107,7 +1107,7 @@ impl frame_support::traits::OnRuntimeUpgrade for FixCouncilHistoricalVotes { }; }); frame_support::debug::info!("Migration to fix voters happened. Accounts with inaccurate reserved amount: {}", failure); - ::MaximumBlockWeight::get() + ::MaximumBlockWeight::get() } }