Bitcoin ABC
0.22.12
P2P Digital Currency
src
versionbitsinfo.cpp
Go to the documentation of this file.
1
// Copyright (c) 2016-2018 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
10
VersionBitsDeploymentInfo
[
Consensus
::
MAX_VERSION_BITS_DEPLOYMENTS
] = {
11
{
12
/*.name =*/
"testdummy"
,
13
/*.gbt_force =*/
true
,
14
},
15
};
VBDeploymentInfo
Definition:
versionbitsinfo.h:8
Consensus
Definition:
blockdb.h:10
params.h
VersionBitsDeploymentInfo
const struct VBDeploymentInfo VersionBitsDeploymentInfo[Consensus::MAX_VERSION_BITS_DEPLOYMENTS]
Definition:
versionbitsinfo.cpp:10
versionbitsinfo.h
Consensus::MAX_VERSION_BITS_DEPLOYMENTS
Definition:
params.h:20
Generated on Fri Jan 15 2021 17:44:48 for Bitcoin ABC by
1.8.13