Skip to content

Commit

Permalink
Merge pull request #62 from cryptogenicbonds/Unstable
Browse files Browse the repository at this point in the history
Unstable
  • Loading branch information
Alex4J authored Aug 3, 2016
2 parents 28cee1c + 4253532 commit 380cd09
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// These need to be macros, as version.cpp's and cryptobullion-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 2
#define CLIENT_VERSION_MINOR 4
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_REVISION 1
#define CLIENT_VERSION_BUILD 0

// Copyright year (2009-this)
Expand Down
Binary file modified src/qt/res/images/cbx_newsplash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@ bool CWallet::CreateTransaction(const vector<pair<CScript, int64> >& vecSend, CW
CPubKey vchPubKey = reservekey.GetReservedKey();
scriptChange.SetDestination(vchPubKey.GetID());
}else
scriptChange.SetDestination(mapAddressBook.begin()->first);
scriptChange.SetDestination(vchDefaultKey.GetID());


// Insert change txn at random position:
Expand Down

0 comments on commit 380cd09

Please sign in to comment.