![]() |
Bitcoin Core 29.99.0
P2P Digital Currency
|
#include <consensus/params.h>
#include <deploymentinfo.h>
#include <kernel/chainparams.h>
#include <util/check.h>
#include <versionbits.h>
#include <versionbits_impl.h>
Go to the source code of this file.
Functions | |
std::string | StateName (ThresholdState state) |
Get a string with the state name. More... | |
static int32_t | ComputeBlockVersion (const CBlockIndex *pindexPrev, const Consensus::Params ¶ms, std::array< ThresholdConditionCache, Consensus::MAX_VERSION_BITS_DEPLOYMENTS > &caches) |
|
static |
Definition at line 265 of file versionbits.cpp.
std::string StateName | ( | ThresholdState | state | ) |
Get a string with the state name.
Definition at line 14 of file versionbits.cpp.