Update lib.rs (#2064)

This commit is contained in:
Shawn Tabrizi
2020-12-02 22:40:14 -08:00
committed by GitHub
parent 54061cd815
commit c01e7c0aa1
+1 -1
View File
@@ -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);
<Runtime as frame_system::Trait>::MaximumBlockWeight::get()
<Runtime as frame_system::Config>::MaximumBlockWeight::get()
}
}