16 if (!fs::is_directory(path)) {
24 if (fs::is_directory(path /
"wallets")) {
34 return wallet_version >= feature_version;
41 if (version >= wf)
return wf;
bool IsArgSet(const std::string &strArg) const
Return true if the given argument has been manually set.
bool IsFeatureSupported(int wallet_version, int feature_version)
WalletFeature GetClosestWalletFeature(int version)
WalletFeature
(client) version numbers for particular wallet features
fs::path GetWalletDir()
Get the path of the wallet directory.
const fs::path & GetDataDir(bool fNetSpecific)
std::string GetArg(const std::string &strArg, const std::string &strDefault) const
Return string argument or default value.