mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
blockchain_blackball: s/return false;/return 0;/
This commit is contained in:
parent
9bdc9109fb
commit
4cb1d879f6
@ -1400,7 +1400,7 @@ int main(int argc, char* argv[])
|
||||
if (stop_requested)
|
||||
{
|
||||
MINFO("Stopping secondary passes. Secondary passes are not incremental, they will re-run fully.");
|
||||
return false;
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
if (!blackballs.empty())
|
||||
|
Loading…
Reference in New Issue
Block a user