![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
#include <wallet/db.h>
#include <addrman.h>
#include <hash.h>
#include <protocol.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 59 of file db.cpp.