Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
bumbacoin committed Apr 29, 2019
1 parent 29ddb47 commit 23db733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Expand Up @@ -219,7 +219,7 @@ class CTestNetParams : public CMainParams
nLastPOWBlock = 200;
nMaturity = 15;
nMasternodeCountDrift = 4;
nModifierUpdateBlock = 51197; //approx Mon, 17 Apr 2017 04:00:00 GMT
nRewardUpgradeBlock = 51197; //approx Mon, 17 Apr 2017 04:00:00 GMT
nMaxMoneyOut = 43199500 * COIN;

//! Modify the testnet genesis block so the timestamp is valid for a later start.
Expand Down

0 comments on commit 23db733

Please sign in to comment.