We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce3e55 commit 9adb72eCopy full SHA for 9adb72e
src/chainparams.h
@@ -115,9 +115,9 @@ class CChainParams
115
bool fAllowMultiplePorts;
116
CCheckpointData checkpointData;
117
ChainTxData chainTxData;
118
- int nPoolMinParticipants{0};
119
- int nPoolMaxParticipants{0};
120
- int nFulfilledRequestExpireTime{0};
+ int nPoolMinParticipants;
+ int nPoolMaxParticipants;
+ int nFulfilledRequestExpireTime;
121
std::vector<std::string> vSporkAddresses;
122
int nMinSporkKeys;
123
bool fBIP9CheckMasternodesUpgraded;
0 commit comments