forked from lthn/blockchain
added initialization flag
This commit is contained in:
parent
1749040cd4
commit
4c73053a9f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue