BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Functions
db.cpp File Reference
#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>
Include dependency graph for db.cpp:

Go to the source code of this file.

Functions

BerkeleyEnvironmentGetWalletEnv (const fs::path &wallet_path, std::string &database_filename)
 Get BerkeleyEnvironment and database filename given a wallet path. More...
 

Function Documentation

◆ GetWalletEnv()

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.

Here is the caller graph for this function: