Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
zPools committed Jun 28, 2018
1 parent 0694c32 commit 987db78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 64 deletions.
2 changes: 1 addition & 1 deletion sono-qt.pro.user
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 4.6.0, 2018-06-18T08:24:24. -->
<!-- Written by QtCreator 4.6.0, 2018-06-28T12:23:54. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
Expand Down
8 changes: 4 additions & 4 deletions src/version.h
Expand Up @@ -30,17 +30,17 @@ static const int DATABASE_VERSION = 70510;
// network protocol versioning
//

static const int PROTOCOL_VERSION = 70013;
static const int PROTOCOL_VERSION = 70014;

// intial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;

// disconnect from peers older than this proto version
static const int MIN_PEER_PROTO_VERSION = 70011;
static const int MIN_PEER_PROTO_VERSION = 70014;

static const int MIN_INSTANTX_PROTO_VERSION = 70011;
static const int MIN_INSTANTX_PROTO_VERSION = 70014;

static const int MIN_MN_PROTO_VERSION = 70011;
static const int MIN_MN_PROTO_VERSION = 70014;

// nTime field added to CAddress, starting with this version;
// if possible, avoid requesting addresses nodes older than this
Expand Down
59 changes: 0 additions & 59 deletions src/version.h.autosave

This file was deleted.

0 comments on commit 987db78

Please sign in to comment.