Skip to content

Commit

Permalink
Delayed fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitcoinx committed Feb 15, 2018
1 parent 992f223 commit e7baec5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/chain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,5 +181,5 @@ bool CBlockIndex::IsProofOfStake() const
}

bool CBlockIndex::IsProofOfStakePeriod() const {
return IsBitcoinX() && nHeight > 528399;
return IsBitcoinX() && nHeight > 528750;
}
4 changes: 2 additions & 2 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ class CMainParams : public CChainParams {
consensus.premineAddress = "18wFZB62chDhYdapBnVEXX4y9hUvWs8yRu";
consensus.premineValue = 2000000 * COIN;

consensus.posHeight = 528399;
consensus.fidShiftHeight = 528399;
consensus.posHeight = 528750;
consensus.fidShiftHeight = 528750;

/**
* The message start string is designed to be unlikely to occur in normal data.
Expand Down

0 comments on commit e7baec5

Please sign in to comment.