diff options
author | BtcDrak <btcdrak@gmail.com> | 2016-08-26 22:49:10 +0100 |
---|---|---|
committer | BtcDrak <btcdrak@gmail.com> | 2016-12-08 20:11:27 +0000 |
commit | 1f0ca1ae1cb369001ecef4ffe32fcd7173dce0c5 (patch) | |
tree | e421cd141db52b84e637227028f79c31d5167de1 /src/primitives | |
parent | 86017842d6ef6c57f1e06ed395afecf11d71a650 (diff) |
Bump default transaction version to 2
Diffstat (limited to 'src/primitives')
-rw-r--r-- | src/primitives/transaction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/primitives/transaction.h b/src/primitives/transaction.h index 66fefafef5..b594cab458 100644 --- a/src/primitives/transaction.h +++ b/src/primitives/transaction.h @@ -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 |