Skip to content

Commit 1f0ca1a

Browse files
committed
Bump default transaction version to 2
1 parent 8601784 commit 1f0ca1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/primitives/transaction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ class CTransaction
363363
{
364364
public:
365365
// Default transaction version.
366-
static const int32_t CURRENT_VERSION=1;
366+
static const int32_t CURRENT_VERSION=2;
367367

368368
// Changing the default transaction version requires a two step process: first
369369
// adapting relay policy by bumping MAX_STANDARD_VERSION, and then later date

0 commit comments

Comments
 (0)