Skip to content

Commit

Permalink
Merge pull request #58 from stratisproject/activationheight
Browse files Browse the repository at this point in the history
Update mainnet activation height and client version
  • Loading branch information
dev0tion authored Jul 16, 2018
2 parents c15605a + 03384a7 commit 8dd4601
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define CLIENT_VERSION_MAJOR 2
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 4
#define CLIENT_VERSION_BUILD 5

// Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true
Expand Down
2 changes: 1 addition & 1 deletion src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static const int64_t COIN_YEAR_REWARD = 1 * CENT; // 1% per year

/** TODO: adjust to actual block heights */
static const unsigned int MIN_CONFIRMATIONS_SF_ACTIVATION_HEIGHT_TESTNET = 436000;
static const unsigned int MIN_CONFIRMATIONS_SF_ACTIVATION_HEIGHT_MAINNET = 940000;
static const unsigned int MIN_CONFIRMATIONS_SF_ACTIVATION_HEIGHT_MAINNET = 1005000;

inline unsigned int GetStakeMinConfirmations(unsigned int height) {
if (TestNet())
Expand Down
2 changes: 1 addition & 1 deletion stratis-qt.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = stratis-qt
VERSION = 2.0.0.4
VERSION = 2.0.0.5
INCLUDEPATH += src src/json src/qt
QT += network
DEFINES += ENABLE_WALLET
Expand Down

0 comments on commit 8dd4601

Please sign in to comment.