1
0
Fork 0
forked from lthn/blockchain

removed duplicate ec defintion, added missing header

This commit is contained in:
cryptozoidberg 2020-03-11 05:10:36 +01:00
parent 93353033bb
commit c239ac31de
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC
2 changed files with 1 additions and 1 deletions

View file

@ -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"

View file

@ -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;