diff --git a/runtime/casper/Cargo.toml b/runtime/casper/Cargo.toml index e1dbf58..51a0b77 100644 --- a/runtime/casper/Cargo.toml +++ b/runtime/casper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "casper-runtime" -version = "3.5.29" +version = "3.5.30" build = "build.rs" description = "Runtime of the Casper Network" edition.workspace = true diff --git a/runtime/casper/src/lib.rs b/runtime/casper/src/lib.rs index 9053f1c..937922a 100644 --- a/runtime/casper/src/lib.rs +++ b/runtime/casper/src/lib.rs @@ -505,7 +505,7 @@ impl pallet_staking::Config for Runtime { type SlashDeferDuration = SlashDeferDuration; type AdminOrigin = EitherOf>, Skeletons>; type SessionInterface = Self; - type EraPayout = pallet_staking::ConvertCurve; + type EraPayout = ghost_networks::BridgedInflationCurve; type MaxExposurePageSize = MaxExposurePageSize; type DisablingStrategy = pallet_staking::UpToLimitDisablingStrategy; type NextNewSession = Session;