File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,6 @@ class CMainParams : public CChainParams
183183 consensus.ZC_MinMintFee = 1 * CENT;
184184 consensus.ZC_MinStakeDepth = 200 ;
185185 consensus.ZC_TimeStart = 1508214600 ; // October 17, 2017 4:30:00 AM
186- consensus.ZC_WrappedSerialsSupply = 4131563 * COIN; // zerocoin supply at height_last_ZC_WrappedSerials
187186
188187 // Network upgrades
189188 consensus.vUpgrades [Consensus::BASE_NETWORK].nActivationHeight =
@@ -322,7 +321,6 @@ class CTestNetParams : public CMainParams
322321 consensus.ZC_MinMintFee = 1 * CENT;
323322 consensus.ZC_MinStakeDepth = 200 ;
324323 consensus.ZC_TimeStart = 1501776000 ;
325- consensus.ZC_WrappedSerialsSupply = 0 ; // WrappedSerials only on main net
326324
327325 // Network upgrades
328326 consensus.vUpgrades [Consensus::BASE_NETWORK].nActivationHeight =
@@ -463,7 +461,6 @@ class CRegTestParams : public CTestNetParams
463461 consensus.ZC_MinMintFee = 1 * CENT;
464462 consensus.ZC_MinStakeDepth = 10 ;
465463 consensus.ZC_TimeStart = 0 ; // not implemented on regtest
466- consensus.ZC_WrappedSerialsSupply = 0 ;
467464
468465 // Network upgrades
469466 consensus.vUpgrades [Consensus::BASE_NETWORK].nActivationHeight =
Original file line number Diff line number Diff line change @@ -169,7 +169,6 @@ struct Params {
169169 CAmount ZC_MinMintFee;
170170 int ZC_MinStakeDepth;
171171 int ZC_TimeStart;
172- CAmount ZC_WrappedSerialsSupply;
173172
174173 libzerocoin::ZerocoinParams* Zerocoin_Params (bool useModulusV1) const
175174 {
You can’t perform that action at this time.
0 commit comments