We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82ecdf commit 89b6c87Copy full SHA for 89b6c87
runtime/darwinia/src/pallets/staking.rs
@@ -30,7 +30,7 @@ darwinia_common_runtime::fast_runtime_or_not!(
30
31
impl darwinia_staking::Config for Runtime {
32
type KtonStaking = darwinia_staking::KtonStaking<Self>;
33
- type RewardPerSession = ConstU128<{ 80_000_000 * UNIT / 365 / SESSIONS_PER_DAY }>;
+ type RewardPerSession = ConstU128<{ 40_000_000 * UNIT / 365 / SESSIONS_PER_DAY }>;
34
type RingStaking = darwinia_staking::RingStaking<Self>;
35
type RuntimeEvent = RuntimeEvent;
36
type Treasury = pallet_config::TreasuryAccount;
0 commit comments