Skip remainder of init if upgrade is cancelled
This commit is contained in:
parent
318392ca7c
commit
861f9a28bc
1 changed files with 1 additions and 1 deletions
|
@ -422,5 +422,5 @@ bool CCoinsViewDB::Upgrade() {
|
|||
db.CompactRange({DB_COINS, uint256()}, key);
|
||||
uiInterface.SetProgressBreakAction(std::function<void(void)>());
|
||||
LogPrintf("[%s].\n", ShutdownRequested() ? "CANCELLED" : "DONE");
|
||||
return true;
|
||||
return !ShutdownRequested();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue