mirror of
https://github.com/monero-project/monero.git
synced 2026-01-22 20:34:23 +01:00
blockchain_blackball: s/return false;/return 0;/
This commit is contained in:
@@ -1400,7 +1400,7 @@ int main(int argc, char* argv[])
|
|||||||
if (stop_requested)
|
if (stop_requested)
|
||||||
{
|
{
|
||||||
MINFO("Stopping secondary passes. Secondary passes are not incremental, they will re-run fully.");
|
MINFO("Stopping secondary passes. Secondary passes are not incremental, they will re-run fully.");
|
||||||
return false;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!blackballs.empty())
|
if (!blackballs.empty())
|
||||||
|
|||||||
Reference in New Issue
Block a user