Skip to content

Commit

Permalink
Increase mining pool max rate
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailK committed Feb 11, 2024
1 parent 625cd30 commit ffef20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ parameter_types! {
pub const LockBounds: rewards::LockBounds = rewards::LockBounds {period_max: 500, period_min: 20,
divide_max: 50, divide_min: 2};
pub const MinerRewardsPercent: Percent = Percent::from_percent(70);
pub const MiningPoolMaxRate: Percent = Percent::from_percent(10);
pub const MiningPoolMaxRate: Percent = Percent::from_percent(20);
}

impl rewards::Config for Runtime {
Expand Down

0 comments on commit ffef20d

Please sign in to comment.