16 sep += fs::path::preferred_separator;
19 m_cwd = fs::current_path();
40 fs::current_path(
m_cwd);
InitWalletDirTestingSetup(const std::string &chainName=CBaseChainParams::MAIN)
std::unique_ptr< interfaces::WalletClient > m_wallet_client
std::unique_ptr< interfaces::Chain > m_chain
void ForceSetArg(const std::string &strArg, const std::string &strValue)
void SetWalletDir(const fs::path &walletdir_path)
const fs::path & GetDataDir(bool fNetSpecific)
std::map< std::string, fs::path > m_walletdir_path_cases
std::unique_ptr< WalletClient > MakeWalletClient(Chain &chain, ArgsManager &args)
Return implementation of ChainClient interface for a wallet client.
~InitWalletDirTestingSetup()
#define Assert(val)
Identity function.