Update protocol version
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
* for both bitcoind and bitcoin-core, to make it harder for attackers to
|
* for both bitcoind and bitcoin-core, to make it harder for attackers to
|
||||||
* target servers or GUI users specifically.
|
* target servers or GUI users specifically.
|
||||||
*/
|
*/
|
||||||
const std::string CLIENT_NAME = GetArg("-clientname", "jl777sRemorse");
|
const std::string CLIENT_NAME = GetArg("-clientname", "GoldenSandtrout");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Client version number
|
* Client version number
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
#define HUSH_VERSION_H
|
#define HUSH_VERSION_H
|
||||||
|
|
||||||
// network protocol versioning
|
// network protocol versioning
|
||||||
static const int PROTOCOL_VERSION = 1987423;
|
static const int PROTOCOL_VERSION = 1987424;
|
||||||
//! initial proto version, to be increased after version/verack negotiation
|
//! initial proto version, to be increased after version/verack negotiation
|
||||||
static const int INIT_PROTO_VERSION = 209;
|
static const int INIT_PROTO_VERSION = 209;
|
||||||
//! In this version, 'getheaders' was introduced.
|
//! In this version, 'getheaders' was introduced.
|
||||||
|
|||||||
Reference in New Issue
Block a user