mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-03-13 06:01:45 +00:00
Skip remainder of init if upgrade is cancelled
This commit is contained in:
parent
318392ca7c
commit
861f9a28bc
@ -422,5 +422,5 @@ bool CCoinsViewDB::Upgrade() {
|
|||||||
db.CompactRange({DB_COINS, uint256()}, key);
|
db.CompactRange({DB_COINS, uint256()}, key);
|
||||||
uiInterface.SetProgressBreakAction(std::function<void(void)>());
|
uiInterface.SetProgressBreakAction(std::function<void(void)>());
|
||||||
LogPrintf("[%s].\n", ShutdownRequested() ? "CANCELLED" : "DONE");
|
LogPrintf("[%s].\n", ShutdownRequested() ? "CANCELLED" : "DONE");
|
||||||
return true;
|
return !ShutdownRequested();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user