Skip to content

Commit

Permalink
version bump, developer address
Browse files Browse the repository at this point in the history
  • Loading branch information
bumbacoin committed Jun 11, 2018
1 parent a06c5dc commit 1c6dbb6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 2)
define(_CLIENT_VERSION_REVISION, 3)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2018)
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Expand Up @@ -16,7 +16,7 @@
//! These need to be macros, as clientversion.cpp's and mirai*-res.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 2
#define CLIENT_VERSION_REVISION 3
#define CLIENT_VERSION_BUILD 0
//bitcoingui.cpp L116
//! Set to true for release, false for prerelease or test build
Expand Down
2 changes: 1 addition & 1 deletion src/masternode-payments.cpp
Expand Up @@ -303,7 +303,7 @@ void CMasternodePayments::FillBlockPayee(CMutableTransaction& txNew, int64_t nFe
CAmount masternodePayment = GetMasternodePayment(pindexPrev->nHeight +1, blockValue);
CAmount developerfeePayment = blockValue * 0.05;

CBitcoinAddress developerfeeaddress("MVUtbZkQVCe9zET1L9W16kzjsWn5Sexhmq");
CBitcoinAddress developerfeeaddress("MH85DF4VeUCunuzoNurcXUy2BMcJRsFBsQ");
CScript developerfeescriptpubkey = GetScriptForDestination(developerfeeaddress.Get());

if (hasPayment) {
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Expand Up @@ -12,7 +12,7 @@
* network protocol versioning
*/

static const int PROTOCOL_VERSION = 70716;
static const int PROTOCOL_VERSION = 70717;

//! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;
Expand Down

0 comments on commit 1c6dbb6

Please sign in to comment.