diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/primitives/transaction.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/primitives/transaction.h b/src/primitives/transaction.h index af2986a41..ceb8f6ace 100644 --- a/src/primitives/transaction.h +++ b/src/primitives/transaction.h @@ -303,7 +303,8 @@ class CTransaction { public: // Default transaction version. - static const int32_t CURRENT_VERSION=2; + // Dogecoin: Temporarily restricted to v1 for compatibility with 1.10 + 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 |