Skip to content

Commit a4ded20

Browse files
committed
Merge bitcoin#1134: [Trivial] Remove a duplicate variable definition
d4a2c64 [Util] Remove a duplicate variable definition (warrows) Pull request description: `nTimeSlotLength` was set twice to `15`. Line 182 and 192 of `chainparams.cpp`. ACKs for top commit: random-zebra: utACK d4a2c64 furszy: utACK d4a2c64 Tree-SHA512: 263c33f8d326840299ad8ae1848a46caabe5c687adf372dff80b2cd959df68acb15eca67e10fb7b1147c47796c50d684e569e7d5184a3603c7f402fd7111d66e
2 parents d159cb1 + d4a2c64 commit a4ded20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/chainparams.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ class CMainParams : public CChainParams
189189
nMasternodeCountDrift = 20;
190190
nMaxMoneyOut = 21000000 * COIN;
191191
nMinColdStakingAmount = 1 * COIN;
192-
nTimeSlotLength = 15; // 15 seconds
193192

194193
/** Height or Time Based Activations **/
195194
nLastPOWBlock = 259200;

0 commit comments

Comments
 (0)