Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
sigcache.cpp File Reference
#include <script/sigcache.h>
#include <memusage.h>
#include <pubkey.h>
#include <random.h>
#include <uint256.h>
#include <util.h>
#include <cuckoocache.h>
#include <boost/thread.hpp>
Include dependency graph for sigcache.cpp:
Go to the source code of this file.
Functions | |
void | InitSignatureCache () |
Function Documentation
◆ InitSignatureCache()
void InitSignatureCache | ( | ) |
Definition at line 73 of file sigcache.cpp.
References DEFAULT_MAX_SIG_CACHE_SIZE, gArgs, ArgsManager::GetArg(), LogPrintf, and MAX_MAX_SIG_CACHE_SIZE.
Referenced by AppInitMain().