Skip to content

Commit

Permalink
Updated Zerocoin activation date to Aug 1 to allow time for SPV walle…
Browse files Browse the repository at this point in the history
…t support
  • Loading branch information
meyer9 committed Jun 27, 2018
1 parent 307b3e6 commit 63a1bab
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 @@ -207,7 +207,7 @@ class CMainParams : public CChainParams
"8441436038339044149526344321901146575444541784240209246165157233507787077498171257724679629263863563732899121548"
"31438167899885040445364023527381951378636564391212010397122822120720357";

nZerocoinLastOldParams = 433160;
nZerocoinLastOldParams = 453320;
nMaxZerocoinSpendsPerTransaction = 7; // Assume about 20kb each
nMinZerocoinMintFee = 1 * CENT; //high fee required for zerocoin mints
nMintRequiredConfirmations = 20; //the maximum amount of confirmations until accumulated in 19
Expand Down

0 comments on commit 63a1bab

Please sign in to comment.