![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#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>
Include dependency graph for db.cpp: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().
1.8.8