Skip to content

Commit

Permalink
Merge pull request #762 from peercoin/release-0.14
Browse files Browse the repository at this point in the history
Release 0.14
  • Loading branch information
backpacker69 committed May 13, 2024
2 parents 6ac3171 + fc17017 commit a86ee93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2024)
define(_PEERCOIN_VERSION_MAJOR, 0)
define(_PEERCOIN_VERSION_MINOR, 14)
define(_PEERCOIN_VERSION_REVISION, 2)
define(_PEERCOIN_VERSION_REVISION, 3)
define(_PEERCOIN_VERSION_BUILD, 0)
define(_PEERCOIN_VERSION_RC, 0)
define(_COPYRIGHT_HOLDERS,[The %s developers])
Expand Down
2 changes: 0 additions & 2 deletions src/wallet/wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3872,10 +3872,8 @@ bool CWallet::CreateCoinStake(ChainstateManager& chainman, const CWallet* pwalle
{
// Clear outputs
txNew.vout.erase(txNew.vout.begin() + 1u+bMinterKey, txNew.vout.end());

// Assume success
bool outputsOk = true;

// split and set amounts based on rfc28
if (pwallet->m_split_coins) {

Expand Down

0 comments on commit a86ee93

Please sign in to comment.