BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
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
const struct VBDeploymentInfo VersionBitsDeploymentInfo[]
bool gbt_force
Whether GBT clients can safely ignore this rule in simplified usage.
const char * name
Deployment name.