Skip to content

Commit 85ecf3f

Browse files
authored
Halving staking incentive
1 parent f679f44 commit 85ecf3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/darwinia/src/pallets/staking.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ darwinia_common_runtime::fast_runtime_or_not!(
3030

3131
impl darwinia_staking::Config for Runtime {
3232
type KtonStaking = darwinia_staking::KtonStaking<Self>;
33-
type RewardPerSession = ConstU128<{ 80_000_000 * UNIT / 365 / SESSIONS_PER_DAY }>;
33+
type RewardPerSession = ConstU128<{ 40_000_000 * UNIT / 365 / SESSIONS_PER_DAY }>;
3434
type RingStaking = darwinia_staking::RingStaking<Self>;
3535
type RuntimeEvent = RuntimeEvent;
3636
type Treasury = pallet_config::TreasuryAccount;

0 commit comments

Comments
 (0)