* Fix weights

* Fix more

* update Substrate

* fmt

Co-authored-by: parity-processbot <>
This commit is contained in:
Kian Paimani
2021-08-19 10:53:06 +01:00
committed by GitHub
parent 8feed6aedb
commit 94b415de75
5 changed files with 449 additions and 298 deletions
-1
View File
@@ -315,7 +315,6 @@ parameter_types! {
impl frame_election_provider_support::onchain::Config for Runtime {
type AccountId = <Self as frame_system::Config>::AccountId;
type BlockNumber = <Self as frame_system::Config>::BlockNumber;
type BlockWeights = ();
type Accuracy = sp_runtime::Perbill;
type DataProvider = Staking;
}