Bump default transaction version to 2

This commit is contained in:
BtcDrak 2016-08-26 22:49:10 +01:00
parent 86017842d6
commit 1f0ca1ae1c
No known key found for this signature in database
GPG key ID: C26B028A44F111A0

View file

@ -363,7 +363,7 @@ class CTransaction
{
public:
// Default transaction version.
static const int32_t CURRENT_VERSION=1;
static const int32_t CURRENT_VERSION=2;
// Changing the default transaction version requires a two step process: first
// adapting relay policy by bumping MAX_STANDARD_VERSION, and then later date