Skip to content

Commit

Permalink
Move reject old spork key to 31. March
Browse files Browse the repository at this point in the history
  • Loading branch information
cevap committed Feb 7, 2019
1 parent f7cc937 commit b813d1e
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 @@ -177,7 +177,7 @@ class CMainParams : public CChainParams
nInvalidAmountFiltered = 0*COIN; //Amount of invalid coins filtered through exchanges, that should be considered valid
nBlockZerocoinV2 = 1012710; //!> The block that zerocoin v2 becomes active - roughly GMT: Thursday, February 7, 2019 12:00:01 AM
nEnforceNewSporkKey = 1548979201; //!> Sporks signed after, GMT: Friday, February 1, 2019 12:00:01 AM must use the new spork key
nRejectOldSporkKey = 1549497601; //!> Reject old spork key afters, GMT: Thursday, February 7, 2019 12:00:01 AM
nRejectOldSporkKey = 1553990400; //!> Reject old spork key afters, GMT: Sunday, 31. March 2019 00:00:00

nMidasStartHeight = 176500; // MIDAS startheight, first big attack
nMidasStartTime = 1497541280; // Time when MIDAS started and old algorithm stopped
Expand Down

0 comments on commit b813d1e

Please sign in to comment.