aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBtcDrak <[email protected]>2016-08-26 22:49:10 +0100
committerBtcDrak <[email protected]>2016-12-08 20:11:27 +0000
commit1f0ca1ae1cb369001ecef4ffe32fcd7173dce0c5 (patch)
treee421cd141db52b84e637227028f79c31d5167de1 /src
parentMerge #9291: Remove mapOrphanTransactionsByPrev from DoS_tests (diff)
downloaddiscoin-1f0ca1ae1cb369001ecef4ffe32fcd7173dce0c5.tar.xz
discoin-1f0ca1ae1cb369001ecef4ffe32fcd7173dce0c5.zip
Bump default transaction version to 2
Diffstat (limited to 'src')
-rw-r--r--src/primitives/transaction.h2
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