mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 19:47:59 +00:00
* make the companion * update Substrate Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user