mirror of
https://github.com/monero-project/monero.git
synced 2026-01-20 03:23:14 +01:00
Brackets to prevent premature return
This commit is contained in:
@@ -713,8 +713,10 @@ namespace cryptonote
|
||||
LOG_PRINT_L1("Received signal to deactivate memory pool store");
|
||||
|
||||
if (m_config_folder.empty())
|
||||
{
|
||||
LOG_PRINT_L1("Memory pool store already empty");
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!tools::create_directories_if_necessary(m_config_folder))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user