mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Bump default transaction version to 2
This commit is contained in:
parent
86017842d6
commit
1f0ca1ae1c
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ class CTransaction
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
// Default transaction version.
|
// 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
|
// Changing the default transaction version requires a two step process: first
|
||||||
// adapting relay policy by bumping MAX_STANDARD_VERSION, and then later date
|
// adapting relay policy by bumping MAX_STANDARD_VERSION, and then later date
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue