![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <versionbits.h>
Public Attributes | |
const char * | name |
bool | gbt_force |
bool | check_mn_protocol |
Definition at line 33 of file versionbits.h.
bool BIP9DeploymentInfo::check_mn_protocol |
Whether to check current MN protocol or not
Definition at line 39 of file versionbits.h.
Referenced by ComputeBlockVersion().
bool BIP9DeploymentInfo::gbt_force |
Whether GBT clients can safely ignore this rule in simplified usage
Definition at line 37 of file versionbits.h.
Referenced by gbt_vb_name(), and getblocktemplate().
const char* BIP9DeploymentInfo::name |
Deployment name
Definition at line 35 of file versionbits.h.
Referenced by gbt_vb_name(), and getblocktemplate().