Skip to content

Commit 4f9145b

Browse files
committed
WIP 1
1 parent e176eeb commit 4f9145b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gridcoin/upgrade.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ void Upgrade::WorkerMain(Progress& progress)
312312
// The "steps" are triggered in SnapshotMain but processed here in this switch statement.
313313
bool finished = false;
314314

315-
while (!finished)
315+
while (!finished && !fCancelOperation)
316316
{
317317
boost::this_thread::interruption_point();
318318

0 commit comments

Comments
 (0)