blockchain_blackball: s/return false;/return 0;/

This commit is contained in:
moneromooo-monero 2018-09-14 20:08:52 +00:00
parent 9bdc9109fb
commit 4cb1d879f6
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

View File

@ -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())