Bitcoin ABC  0.29.2
P2P Digital Currency
Namespaces | Functions | Variables
common.cpp File Reference
#include <clientversion.h>
#include <compat/sanity.h>
#include <crypto/sha256.h>
#include <key.h>
#include <logging.h>
#include <node/miner.h>
#include <node/ui_interface.h>
#include <pubkey.h>
#include <random.h>
#include <util/system.h>
#include <util/time.h>
#include <util/translation.h>
#include <memory>
Include dependency graph for common.cpp:

Go to the source code of this file.

Namespaces

 init
 

Functions

void init::SetGlobals ()
 
void init::UnsetGlobals ()
 
bool init::SanityChecks ()
 Ensure a usable environment with all necessary library support. More...
 
void init::AddLoggingArgs (ArgsManager &argsman)
 
void init::SetLoggingOptions (const ArgsManager &args)
 
void init::SetLoggingCategories (const ArgsManager &args)
 
bool init::StartLogging (const ArgsManager &args)
 
void init::LogPackageVersion ()
 

Variables

static std::unique_ptr< ECCVerifyHandleglobalVerifyHandle
 

Variable Documentation

◆ globalVerifyHandle

std::unique_ptr<ECCVerifyHandle> globalVerifyHandle
static

Definition at line 26 of file common.cpp.