Bitcoin Core  21.99.0
P2P Digital Currency
versionbitsinfo.cpp
Go to the documentation of this file.
1 // Copyright (c) 2016-2020 The Bitcoin Core developers
2 // Distributed under the MIT software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
4 
5 #include <versionbitsinfo.h>
6 
7 #include <consensus/params.h>
8 
10  {
11  /*.name =*/ "testdummy",
12  /*.gbt_force =*/ true,
13  },
14  {
15  /*.name =*/ "taproot",
16  /*.gbt_force =*/ true,
17  },
18 };
VBDeploymentInfo
Definition: versionbitsinfo.h:8
Consensus::MAX_VERSION_BITS_DEPLOYMENTS
@ MAX_VERSION_BITS_DEPLOYMENTS
Definition: params.h:19
Consensus
Transaction validation functions.
Definition: params.h:12
VersionBitsDeploymentInfo
const struct VBDeploymentInfo VersionBitsDeploymentInfo[Consensus::MAX_VERSION_BITS_DEPLOYMENTS]
Definition: versionbitsinfo.cpp:9
params.h
versionbitsinfo.h