mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Bump last old block version for versonbits due to elements
This commit is contained in:
parent
86ed316bc7
commit
cd5d87cbcd
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
/** What block version to use for new blocks (pre versionbits) */
|
/** What block version to use for new blocks (pre versionbits) */
|
||||||
static const int32_t VERSIONBITS_LAST_OLD_BLOCK_VERSION = 4;
|
static const int32_t VERSIONBITS_LAST_OLD_BLOCK_VERSION = 5;
|
||||||
/** What bits to set in version for versionbits blocks */
|
/** What bits to set in version for versionbits blocks */
|
||||||
static const int32_t VERSIONBITS_TOP_BITS = 0x20000000UL;
|
static const int32_t VERSIONBITS_TOP_BITS = 0x20000000UL;
|
||||||
/** What bitmask determines whether versionbits is in use */
|
/** What bitmask determines whether versionbits is in use */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue