From c01e7c0aa1c8a50af6d41db4627936f1ff8323b8 Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi Date: Wed, 2 Dec 2020 22:40:14 -0800 Subject: [PATCH] Update lib.rs (#2064) --- polkadot/runtime/kusama/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() } }