Skip to content

Commit 6f0d924

Browse files
committed
Bump last old block version for versonbits due to elements
1 parent 563cd93 commit 6f0d924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/versionbits.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <map>
1010

1111
/** What block version to use for new blocks (pre versionbits) */
12-
static const int32_t VERSIONBITS_LAST_OLD_BLOCK_VERSION = 4;
12+
static const int32_t VERSIONBITS_LAST_OLD_BLOCK_VERSION = 5;
1313
/** What bits to set in version for versionbits blocks */
1414
static const int32_t VERSIONBITS_TOP_BITS = 0x20000000UL;
1515
/** What bitmask determines whether versionbits is in use */

0 commit comments

Comments
 (0)