diff --git a/src/clientversion.h b/src/clientversion.h index 57a9d50..a0dc461 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -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) diff --git a/src/qt/res/images/cbx_newsplash.png b/src/qt/res/images/cbx_newsplash.png index 367cd78..3c48fae 100644 Binary files a/src/qt/res/images/cbx_newsplash.png and b/src/qt/res/images/cbx_newsplash.png differ diff --git a/src/wallet.cpp b/src/wallet.cpp index c732767..82da681 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -1367,7 +1367,7 @@ bool CWallet::CreateTransaction(const vector >& 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: