Skip to content

Commit

Permalink
mainnet public spend enforcement height set
Browse files Browse the repository at this point in the history
  • Loading branch information
furszy committed Jun 7, 2019
1 parent 4b22a09 commit 39f37c5
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 @@ -164,7 +164,7 @@ class CMainParams : public CChainParams
nRejectOldSporkKey = 1527811200; //!> Fully reject old spork key after (GMT): Friday, June 1, 2018 12:00:00 AM

// Public coin spend enforcement
nPublicZCSpends = 2000000;
nPublicZCSpends = 1880000;

// Fake Serial Attack
nFakeSerialBlockheightEnd = 1686229;
Expand Down

0 comments on commit 39f37c5

Please sign in to comment.