chore: cargo fmt + regenerate umbrella crate

This commit is contained in:
2026-02-21 00:38:40 +03:00
parent 8178617efc
commit 1b68751b6e
5 changed files with 26 additions and 77 deletions
+8 -8
View File
@@ -93,8 +93,8 @@ use pezframe_support::{
parameter_types,
traits::{
fungible::HoldConsideration, EitherOf, EitherOfDiverse, EnsureOriginWithArg,
InstanceFilter, KeyOwnerProofSystem, LinearStoragePrice, PrivilegeCmp,
ProcessMessage, ProcessMessageError, WithdrawReasons,
InstanceFilter, KeyOwnerProofSystem, LinearStoragePrice, PrivilegeCmp, ProcessMessage,
ProcessMessageError, WithdrawReasons,
},
weights::{ConstantMultiplier, WeightMeter},
PalletId,
@@ -477,11 +477,12 @@ impl pezpallet_session::SessionManager<AccountId> for NoopFallback {
fn end_session(_: SessionIndex) {}
}
impl pezsp_staking::offence::OnOffenceHandler<
AccountId,
(AccountId, pezsp_staking::Exposure<AccountId, Balance>),
Weight,
> for NoopFallback
impl
pezsp_staking::offence::OnOffenceHandler<
AccountId,
(AccountId, pezsp_staking::Exposure<AccountId, Balance>),
Weight,
> for NoopFallback
{
fn on_offence(
_offenders: &[pezsp_staking::offence::OffenceDetails<
@@ -648,7 +649,6 @@ impl ah_client::Config for Runtime {
type MaxSessionReportRetries = ConstU32<64>;
}
// =====================================================
// VALIDATOR POOL CONFIGURATION (TNPoS Shadow Mode)
// =====================================================