mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
blockchain_blackball: s/return false;/return 0;/
This commit is contained in:
parent
9bdc9109fb
commit
4cb1d879f6
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||||
|
|
Loading…
Reference in a new issue