1
0
Fork 0
forked from lthn/blockchain

why it's been called app_config_folder lol

This commit is contained in:
cryptozoidberg 2020-03-11 04:55:09 +01:00
parent f877b8e896
commit 93353033bb
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -121,9 +121,9 @@ namespace plain_wallet
return GENERAL_INTERNAL_ERRROR_INIT;
}
std::string app_config_folder = get_wallets_folder();
std::string wallets_folder = get_wallets_folder();
boost::system::error_code ec;
boost::filesystem::create_directories(app_config_folder, ec);
boost::filesystem::create_directories(wallets_folder, ec);
std::string app_config_folder = get_app_config_folder();
boost::system::error_code ec;