BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
src
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
8
struct
VBDeploymentInfo
{
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
Generated on Wed Nov 28 2018 15:30:30 for BSHA3 by
1.8.14