Skip to content

Commit

Permalink
fixed bug when the secondary instance of application in KMD mode hung…
Browse files Browse the repository at this point in the history
… forever.
  • Loading branch information
ip-gpu committed Dec 19, 2018
1 parent af35256 commit afb9fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/komodo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ void KomodoCore::shutdown()

if ( ASSETCHAINS_SYMBOL[0] == 0 )
{
komodo_passport_iteration();
if (!ShutdownRequested()) komodo_passport_iteration();
MilliSleep(1000);
} else MilliSleep(1000);

Expand Down

0 comments on commit afb9fee

Please sign in to comment.