We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e176eeb commit 4f9145bCopy full SHA for 4f9145b
src/gridcoin/upgrade.cpp
@@ -312,7 +312,7 @@ void Upgrade::WorkerMain(Progress& progress)
312
// The "steps" are triggered in SnapshotMain but processed here in this switch statement.
313
bool finished = false;
314
315
- while (!finished)
+ while (!finished && !fCancelOperation)
316
{
317
boost::this_thread::interruption_point();
318
0 commit comments