Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Crazyhead90 committed Sep 2, 2018
1 parent c3d29c1 commit 3a12358
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
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
1 change: 0 additions & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ static void convertSeed6(std::vector<CAddress>& vSeedsOut, const SeedSpec6* data
static Checkpoints::MapCheckpoints mapCheckpoints =
boost::assign::map_list_of
( 0, uint256("79a3c45d6e2760efb4d6de76d34b1f4833ba919bc114e1da0f671b1700a78f08"))
( 1, uint256("d0be72bdc6248b8dd6b61155c018934a8aa71b790b70f6135fcd3caaa2f02ed0"))
;

static const Checkpoints::CCheckpointData data = {
Expand Down
6 changes: 3 additions & 3 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* network protocol versioning
*/

static const int PROTOCOL_VERSION = 80003;
static const int PROTOCOL_VERSION = 80005;

//! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 300;
Expand All @@ -21,8 +21,8 @@ static const int INIT_PROTO_VERSION = 300;
static const int GETHEADERS_VERSION = 80000;

//! disconnect from peers older than this proto version
static const int MIN_PEER_PROTO_VERSION_BEFORE_ENFORCEMENT = 80002;
static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 80003;
static const int MIN_PEER_PROTO_VERSION_BEFORE_ENFORCEMENT = 80004;
static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 80005;

static const int MIN_PEER_VERSION_FIXED_SIGTIME = 80001;

Expand Down

0 comments on commit 3a12358

Please sign in to comment.