Companion for #9648 (#3757)

* make the companion

* update Substrate

Co-authored-by: parity-processbot <>
This commit is contained in:
Kian Paimani
2021-09-12 16:23:07 +01:00
committed by GitHub
parent a2cea3a314
commit 3d2c4db477
7 changed files with 189 additions and 190 deletions
+1 -3
View File
@@ -314,9 +314,7 @@ 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 Accuracy = sp_runtime::Perbill;
type Accuracy = runtime_common::elections::OnOnChainAccuracy;
type DataProvider = Staking;
}