forked from lthn/blockchain
removed duplicate ec defintion, added missing header
This commit is contained in:
parent
93353033bb
commit
c239ac31de
2 changed files with 1 additions and 1 deletions
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
#ifndef _GZIP_ENCODING_H_
|
||||
#define _GZIP_ENCODING_H_
|
||||
#include "boost/core/ignore_unused.hpp"
|
||||
#include "net/http_client_base.h"
|
||||
#include "zlib/zlib.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -126,7 +126,6 @@ namespace plain_wallet
|
|||
boost::filesystem::create_directories(wallets_folder, ec);
|
||||
|
||||
std::string app_config_folder = get_app_config_folder();
|
||||
boost::system::error_code ec;
|
||||
boost::filesystem::create_directories(app_config_folder, ec);
|
||||
|
||||
initialized = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue