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

release-v0.5.1
moneromooo-monero 6 years ago
parent 9bdc9109fb
commit 4cb1d879f6
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -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…
Cancel
Save