diff options
| author | BtcDrak <[email protected]> | 2016-08-26 22:49:10 +0100 |
|---|---|---|
| committer | BtcDrak <[email protected]> | 2016-12-08 20:11:27 +0000 |
| commit | 1f0ca1ae1cb369001ecef4ffe32fcd7173dce0c5 (patch) | |
| tree | e421cd141db52b84e637227028f79c31d5167de1 /src | |
| parent | Merge #9291: Remove mapOrphanTransactionsByPrev from DoS_tests (diff) | |
| download | discoin-1f0ca1ae1cb369001ecef4ffe32fcd7173dce0c5.tar.xz discoin-1f0ca1ae1cb369001ecef4ffe32fcd7173dce0c5.zip | |
Bump default transaction version to 2
Diffstat (limited to 'src')
| -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 66fefafef..b594cab45 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 |