Bitcoin Core
0.21.1
P2P Digital Currency
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
src
versionbitsinfo.cpp
Go to the documentation of this file.
1
// Copyright (c) 2016-2019 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
9
const
struct
VBDeploymentInfo
VersionBitsDeploymentInfo
[
Consensus
::
MAX_VERSION_BITS_DEPLOYMENTS
] = {
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
Transaction validation functions.
Definition:
params.h:12
params.h
VersionBitsDeploymentInfo
const struct VBDeploymentInfo VersionBitsDeploymentInfo[Consensus::MAX_VERSION_BITS_DEPLOYMENTS]
Definition:
versionbitsinfo.cpp:9
versionbitsinfo.h
Consensus::MAX_VERSION_BITS_DEPLOYMENTS
Definition:
params.h:19
Generated on Fri Apr 30 2021 15:03:07 for Bitcoin Core by
1.8.11