mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +00:00
Generated
+155
-156
File diff suppressed because it is too large
Load Diff
@@ -54,7 +54,7 @@ impl<C> crate::inclusion::RewardValidators for RewardValidatorsWithEraPoints<C>
|
||||
.into_iter()
|
||||
.map(|v| (v.clone(), BACKING_POINTS));
|
||||
|
||||
<pallet_staking::Module<C>>::reward_by_ids(rewards);
|
||||
<pallet_staking::Pallet<C>>::reward_by_ids(rewards);
|
||||
}
|
||||
|
||||
fn reward_bitfields(_validators: impl IntoIterator<Item=ValidatorIndex>) { }
|
||||
|
||||
@@ -317,7 +317,7 @@ impl frame_election_provider_support::onchain::Config for Runtime {
|
||||
type BlockNumber = <Self as frame_system::Config>::BlockNumber;
|
||||
type BlockWeights = ();
|
||||
type Accuracy = sp_runtime::Perbill;
|
||||
type DataProvider = pallet_staking::Module<Self>;
|
||||
type DataProvider = Staking;
|
||||
}
|
||||
|
||||
impl pallet_staking::Config for Runtime {
|
||||
|
||||
Reference in New Issue
Block a user