Bitcoin Core
0.21.0rc5
P2P Digital Currency
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
};
Consensus
Transaction validation functions.
Definition:
params.h:12
Consensus::MAX_VERSION_BITS_DEPLOYMENTS
@ MAX_VERSION_BITS_DEPLOYMENTS
Definition:
params.h:19
params.h
VBDeploymentInfo
Definition:
versionbitsinfo.h:8
VersionBitsDeploymentInfo
const struct VBDeploymentInfo VersionBitsDeploymentInfo[Consensus::MAX_VERSION_BITS_DEPLOYMENTS]
Definition:
versionbitsinfo.cpp:9
versionbitsinfo.h
Generated on Wed Jan 6 2021 00:00:00 for Bitcoin Core by
1.9.1