mirror of
https://git.ghostchain.io/proxmio/ghost-node.git
synced 2025-12-27 11:19:57 +00:00
make staking rewards dependant on bridged amount
Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
This commit is contained in:
@@ -505,7 +505,7 @@ impl pallet_staking::Config for Runtime {
|
||||
type SlashDeferDuration = SlashDeferDuration;
|
||||
type AdminOrigin = EitherOf<EnsureRootWithSuccess<Self::AccountId, ConstU16<65535>>, Skeletons>;
|
||||
type SessionInterface = Self;
|
||||
type EraPayout = pallet_staking::ConvertCurve<RewardCurve>;
|
||||
type EraPayout = ghost_networks::BridgedInflationCurve<RewardCurve, Self>;
|
||||
type MaxExposurePageSize = MaxExposurePageSize;
|
||||
type DisablingStrategy = pallet_staking::UpToLimitDisablingStrategy;
|
||||
type NextNewSession = Session;
|
||||
|
||||
Reference in New Issue
Block a user