We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563cd93 commit 6f0d924Copy full SHA for 6f0d924
src/versionbits.h
@@ -9,7 +9,7 @@
9
#include <map>
10
11
/** What block version to use for new blocks (pre versionbits) */
12
-static const int32_t VERSIONBITS_LAST_OLD_BLOCK_VERSION = 4;
+static const int32_t VERSIONBITS_LAST_OLD_BLOCK_VERSION = 5;
13
/** What bits to set in version for versionbits blocks */
14
static const int32_t VERSIONBITS_TOP_BITS = 0x20000000UL;
15
/** What bitmask determines whether versionbits is in use */
0 commit comments