Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
vekexasia committed Nov 28, 2018
2 parents 6fd3ff6 + f248dc9 commit f555af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/constants.ts
Expand Up @@ -123,7 +123,7 @@ export default {
// tslint:disable max-line-length
dposv2: {
delegatesPoolSize: 199, // Total number of delegates to choose forgers from, when dposv2 is on. -1 for no limit.
firstBlock: 1536256, // Block height from which the fair delegates system will be enabled.
firstBlock: 1536312, // Block height from which the fair delegates system will be enabled.
maxContinuousMissedBlocks: 28 * 3, // Maximum number of missed blocks in a row before banning delegate. A good value might be 3 days,
minForged: 200, // Enable productivity-based vote weight after a delegate has forged at least # blocks
},
Expand Down

0 comments on commit f555af8

Please sign in to comment.