mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 03:31:05 +00:00
@@ -190,7 +190,7 @@ parameter_types! {
|
||||
pub const RewardCurve: &'static PiecewiseLinear<'static> = &REWARD_CURVE;
|
||||
pub const MaxNominatorRewardedPerValidator: u32 = 64;
|
||||
pub const ElectionLookahead: u64 = 0;
|
||||
pub const StakingUnsignedPriority: u64 = u64::max_value() / 2;
|
||||
pub const StakingUnsignedPriority: u64 = u64::MAX / 2;
|
||||
}
|
||||
|
||||
impl onchain::Config for Test {
|
||||
|
||||
Reference in New Issue
Block a user