Bitcoin Core  21.99.0
P2P Digital Currency
Variables
versionbitsinfo.cpp File Reference
#include <versionbitsinfo.h>
#include <consensus/params.h>
Include dependency graph for versionbitsinfo.cpp:

Go to the source code of this file.

Variables

const struct VBDeploymentInfo VersionBitsDeploymentInfo [Consensus::MAX_VERSION_BITS_DEPLOYMENTS]
 

Variable Documentation

◆ VersionBitsDeploymentInfo

const struct VBDeploymentInfo VersionBitsDeploymentInfo[Consensus::MAX_VERSION_BITS_DEPLOYMENTS]
Initial value:
= {
{
"testdummy",
true,
},
{
"taproot",
true,
},
}

Definition at line 9 of file versionbitsinfo.cpp.