Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
Former-commit-id: fc16e03
  • Loading branch information
sidhujag committed Apr 29, 2018
1 parent a5ce3ed commit 390d8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ class CTestNetParams : public CChainParams {
CTestNetParams() {
strNetworkID = "test";
consensus.nSubsidyHalvingInterval = 525600;
consensus.nSeniorityInterval = 60; // seniority increases every day
consensus.nSeniorityInterval = 60; // seniority increases every hour
consensus.nTotalSeniorityIntervals = 9;
consensus.nMasternodePaymentsStartBlock = 2; // not true, but it's ok as long as it's less then nMasternodePaymentsIncreaseBlock
consensus.nMasternodePaymentsIncreaseBlock = 2;
Expand Down

0 comments on commit 390d8e0

Please sign in to comment.