Bump last old block version for versonbits due to elements

This commit is contained in:
Gregory Sanders 2019-05-31 11:39:15 -04:00
parent 86ed316bc7
commit cd5d87cbcd

View file

@ -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 */