1
0
Fork 0
forked from lthn/blockchain

added initialization flag

This commit is contained in:
cryptozoidberg 2020-02-23 07:45:04 +01:00
parent 1749040cd4
commit 4c73053a9f
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -99,7 +99,7 @@ namespace plain_wallet
std::string wallet_folder = get_wallets_folder();
boost::system::error_code ec;
boost::filesystem::create_directories(wallet_folder, ec);
initialized = true;
return API_RETURN_CODE_OK;
}