mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 05:51:02 +00:00
Companion for substrate/pull/6896 (#1610)
* make polkadot work again, * Fix build * "Update Substrate" Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -37,7 +37,7 @@ use primitives::v1::{
|
||||
PersistedValidationData, Signature, ValidationCode, ValidationData, ValidatorId, ValidatorIndex,
|
||||
};
|
||||
use runtime_common::{
|
||||
claims, SlowAdjustingFeeUpdate, impls::CurrencyToVoteHandler,
|
||||
claims, SlowAdjustingFeeUpdate,
|
||||
BlockHashCount, MaximumBlockWeight, AvailableBlockRatio,
|
||||
MaximumBlockLength, BlockExecutionWeight, ExtrinsicBaseWeight, ParachainSessionKeyPlaceholder,
|
||||
};
|
||||
@@ -297,7 +297,7 @@ parameter_types! {
|
||||
impl pallet_staking::Trait for Runtime {
|
||||
type Currency = Balances;
|
||||
type UnixTime = Timestamp;
|
||||
type CurrencyToVote = CurrencyToVoteHandler<Self>;
|
||||
type CurrencyToVote = frame_support::traits::U128CurrencyToVote;
|
||||
type RewardRemainder = ();
|
||||
type Event = Event;
|
||||
type Slash = ();
|
||||
|
||||
Reference in New Issue
Block a user