Bitcoin Core 31.99.0
P2P Digital Currency
Variables
versionbits.h File Reference
#include <versionbits.h>
Include dependency graph for versionbits.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static constexpr int VERSIONBITS_MAX_NUM_BITS {29}
 Total possible bits available for versionbits per original BIP 9 specification. More...
 

Variable Documentation

◆ VERSIONBITS_MAX_NUM_BITS

constexpr int VERSIONBITS_MAX_NUM_BITS {29}
staticconstexpr

Total possible bits available for versionbits per original BIP 9 specification.

Definition at line 11 of file versionbits.h.