Skip to content

Commit

Permalink
10202 as startingPoint for dposV2 in testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
vekexasia committed May 12, 2019
1 parent 747f5e2 commit c584de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/constants.ts
Original file line number Diff line number Diff line change
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: 1536312, // Block height from which the fair delegates system will be enabled.
firstBlock: 10202, // 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 c584de8

Please sign in to comment.