mirror of
https://github.com/monero-project/monero.git
synced 2025-05-19 21:40:23 -04:00
wallet_api: enable set_strict_default_file_permissions
This commit is contained in:
parent
753dc901a1
commit
47e7a43270
2 changed files with 6 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue