Update transaction.h

This commit is contained in:
J62 2018-10-24 22:16:50 -07:00 committed by GitHub
parent 9d72497c27
commit 2a9d0c8c4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ public:
typedef std::array<unsigned char, 64> joinsplit_sig_t;
// Default transaction version.
static const int32_t CURRENT_VERSION=2;
static const int32_t CURRENT_VERSION=1;
// Changing the default transaction version requires a two step process: first
// adapting relay policy by bumping MAX_STANDARD_VERSION, and then later date