Bitcoin Core
0.21.1
P2P Digital Currency
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
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 Fri Apr 30 2021 15:03:07 for Bitcoin Core by
1.8.11