5 #ifndef BITCOIN_WALLET_TEST_INIT_TEST_FIXTURE_H 6 #define BITCOIN_WALLET_TEST_INIT_TEST_FIXTURE_H 11 #include <test/util/setup_common.h> 22 std::unique_ptr<interfaces::Chain>
m_chain;
26 #endif // BITCOIN_WALLET_TEST_INIT_TEST_FIXTURE_H std::unique_ptr< interfaces::ChainClient > m_chain_client
InitWalletDirTestingSetup(const std::string &chainName=CBaseChainParams::MAIN)
std::unique_ptr< interfaces::Chain > m_chain
void SetWalletDir(const fs::path &walletdir_path)
static const std::string MAIN
BIP70 chain name strings (main, test or regtest)
std::map< std::string, fs::path > m_walletdir_path_cases
~InitWalletDirTestingSetup()