diff --git a/src/wallet/plain_wallet_api.cpp b/src/wallet/plain_wallet_api.cpp index a4a681b3..114f9604 100644 --- a/src/wallet/plain_wallet_api.cpp +++ b/src/wallet/plain_wallet_api.cpp @@ -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; }