Bitcoin Core  21.99.0
P2P Digital Currency
versionbitsinfo.h
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 #ifndef BITCOIN_VERSIONBITSINFO_H
6 #define BITCOIN_VERSIONBITSINFO_H
7 
10  const char *name;
12  bool gbt_force;
13 };
14 
15 extern const struct VBDeploymentInfo VersionBitsDeploymentInfo[];
16 
17 #endif // BITCOIN_VERSIONBITSINFO_H
VBDeploymentInfo
Definition: versionbitsinfo.h:8
VersionBitsDeploymentInfo
const struct VBDeploymentInfo VersionBitsDeploymentInfo[]
Definition: versionbitsinfo.cpp:9
VBDeploymentInfo::gbt_force
bool gbt_force
Whether GBT clients can safely ignore this rule in simplified usage.
Definition: versionbitsinfo.h:12
VBDeploymentInfo::name
const char * name
Deployment name.
Definition: versionbitsinfo.h:10