![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "db.h"#include "addrman.h"#include "guiinterfaceutil.h"#include "hash.h"#include "protocol.h"#include "util/system.h"#include "utilstrencodings.h"#include "wallet/walletutil.h"#include <stdint.h>#include <sys/stat.h>#include <boost/thread.hpp>Go to the source code of this file.
Functions | |
| BerkeleyEnvironment * | GetWalletEnv (const fs::path &wallet_path, std::string &database_filename) |
| Get BerkeleyEnvironment and database filename given a wallet path. More... | |
| BerkeleyEnvironment* GetWalletEnv | ( | const fs::path & | wallet_path, |
| std::string & | database_filename | ||
| ) |
Get BerkeleyEnvironment and database filename given a wallet path.
Definition at line 63 of file db.cpp.