mirror of
https://github.com/monero-project/monero.git
synced 2025-12-22 23:26:44 -08:00
libwallet_api: some renamings
This commit is contained in:
@@ -201,7 +201,6 @@ bool WalletImpl::create(const std::string &path, const std::string &password, co
|
||||
bool keys_file_exists;
|
||||
bool wallet_file_exists;
|
||||
tools::wallet2::wallet_exists(path, keys_file_exists, wallet_file_exists);
|
||||
// TODO: figure out how to setup logger;
|
||||
LOG_PRINT_L3("wallet_path: " << path << "");
|
||||
LOG_PRINT_L3("keys_file_exists: " << std::boolalpha << keys_file_exists << std::noboolalpha
|
||||
<< " wallet_file_exists: " << std::boolalpha << wallet_file_exists << std::noboolalpha);
|
||||
|
||||
Reference in New Issue
Block a user