forked from Qortal/qortal
Log to console if an extra core restart is needed to complete the update process (this needed ins some cases after bootstrapping).
This commit is contained in:
parent
7a6b83aa22
commit
c763445e6e
@ -444,6 +444,7 @@ public class Controller extends Thread {
|
||||
if (RepositoryManager.needsTransactionSequenceRebuild(repository)) {
|
||||
// Don't allow the node to start if transaction sequences haven't been built yet
|
||||
// This is needed to handle a case when bootstrapping
|
||||
LOGGER.error("Database upgrade needed. Please restart the core to complete the upgrade process.");
|
||||
Gui.getInstance().fatalError("Database upgrade needed", "Please restart the core to complete the upgrade process.");
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user