![]() |
Master Core
v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
|
#include "db.h"
#include "addrman.h"
#include "hash.h"
#include "protocol.h"
#include "util.h"
#include <stdint.h>
#include <sys/stat.h>
#include <boost/filesystem.hpp>
#include <boost/version.hpp>
#include <openssl/rand.h>
Go to the source code of this file.
Variables | |
unsigned int | nWalletDBUpdated |
CDBEnv | bitdb |
CDBEnv bitdb |
Definition at line 35 of file db.cpp.
Referenced by AppInit2(), BackupWallet(), Shutdown(), and ThreadFlushWalletDB().
unsigned int nWalletDBUpdated |
Definition at line 27 of file db.cpp.
Referenced by AppInit2(), CWalletDB::EraseDestData(), CWalletDB::EraseName(), CWalletDB::ErasePool(), CWalletDB::ErasePurpose(), CWalletDB::EraseTx(), ThreadFlushWalletDB(), CWalletDB::WriteBestBlock(), CWalletDB::WriteCryptedKey(), CWalletDB::WriteCScript(), CWalletDB::WriteDefaultKey(), CWalletDB::WriteDestData(), CWalletDB::WriteKey(), CWalletDB::WriteMasterKey(), CWalletDB::WriteName(), CWalletDB::WriteOrderPosNext(), CWalletDB::WritePool(), CWalletDB::WritePurpose(), and CWalletDB::WriteTx().