Skip to content

Commit 1fd9021

Browse files
sfffaaaJay Pan
authored andcommitted
Merge pull request #345 from peaqnetwork/feat/BLK-6-increase-delegate-set-agung
Update the peaq-dev's delegatore set
1 parent 9d1e3ab commit 1fd9021

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

runtime/peaq-dev/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -831,9 +831,9 @@ pub mod staking {
831831
pub const MinRequiredCollators: u32 = 4;
832832
/// We only allow one delegation per round.
833833
pub const MaxDelegationsPerRound: u32 = 1;
834-
/// Maximum 25 delegators per collator at launch, might be increased later
834+
/// Maximum delegators per collator
835835
#[derive(Debug, PartialEq, Eq)]
836-
pub const MaxDelegatorsPerCollator: u32 = 48;
836+
pub const MaxDelegatorsPerCollator: u32 = 100;
837837
/// Maximum 8 collators per delegator at launch, will be increased later
838838
#[derive(Debug, PartialEq, Eq)]
839839
pub const MaxCollatorsPerDelegator: u32 = 8;

0 commit comments

Comments
 (0)