PIVX Core  5.6.99
P2P Digital Currency
Functions
db.cpp File Reference
#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>
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 63 of file db.cpp.

Here is the caller graph for this function: