wallet_api: enable set_strict_default_file_permissions

pull/434/head
tobtoht 3 years ago committed by wowario
parent 3a3acacc64
commit e8b057302f
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -49,6 +49,11 @@ namespace epee {
namespace Monero {
WalletManagerImpl::WalletManagerImpl()
{
tools::set_strict_default_file_permissions(true);
}
Wallet *WalletManagerImpl::createWallet(const std::string &path, const std::string &password,
const std::string &language, NetworkType nettype, uint64_t kdf_rounds)
{

@ -102,7 +102,7 @@ public:
bool setProxy(const std::string &address) override;
private:
WalletManagerImpl() {}
WalletManagerImpl();
friend struct WalletManagerFactory;
net::http::client m_http_client;
std::string m_errorString;

Loading…
Cancel
Save