Skip to content

Commit

Permalink
Protocol version bump for MSG_FILTERED_WITNESS_BLOCK
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeShark committed Aug 12, 2017
1 parent b75d60a commit fcf7d60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/version.h
Expand Up @@ -9,7 +9,7 @@
* network protocol versioning
*/

static const int PROTOCOL_VERSION = 70015;
static const int PROTOCOL_VERSION = 70016;

//! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;
Expand Down Expand Up @@ -42,4 +42,7 @@ static const int SHORT_IDS_BLOCKS_VERSION = 70014;
//! not banning for invalid compact blocks starts with this version
static const int INVALID_CB_NO_BAN_VERSION = 70015;

//! MSG_FILTERED_MERKLE_BLOCK support starts with this version
static const int FILTERED_MERKLE_BLOCK_VERSION = 70016;

#endif // BITCOIN_VERSION_H

0 comments on commit fcf7d60

Please sign in to comment.