Skip to content

Commit

Permalink
set release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstoneham committed Sep 4, 2018
1 parent e0213d4 commit 5ec331b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -10,3 +10,6 @@ src/Lindad
.vscode/
Linda-qt
qrc_bitcoin.cpp
src/obj/build.h
object_script.Linda-qt.Debug
object_script.Linda-qt.Release
2 changes: 1 addition & 1 deletion src/clientversion.h
Expand Up @@ -12,7 +12,7 @@
#define CLIENT_VERSION_BUILD 0

// Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE false
#define CLIENT_VERSION_IS_RELEASE true

// Converts the parameter X to a string after macro replacement on X has been performed.
// Don't merge these into one macro!
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Expand Up @@ -2069,7 +2069,7 @@ bool CBlock::ConnectBlock(CTxDB& txdb, CBlockIndex* pindex, bool fJustCheck)
if (pindex->nHeight >= V3_START_BLOCK) {
// if we are paying a masternode we need to adjust the calculated stake reward
if (HasMasternodePayment()) {
LogPrintf("ConnectBlock(): HasMasternodePayment=%i\n",pindex->nHeight);
LogPrint("connectblock", "ConnectBlock(): HasMasternodePayment=%i\n",pindex->nHeight);
nCalculatedStakeReward += GetMasternodePayment(pindex->nHeight, 0);
}
}
Expand Down

0 comments on commit 5ec331b

Please sign in to comment.