forked from Qortal/qortal
Updated message.
This commit is contained in:
parent
c6456669e2
commit
2b2d6f4e52
@ -444,7 +444,7 @@ public class Controller extends Thread {
|
|||||||
if (RepositoryManager.needsTransactionSequenceRebuild(repository)) {
|
if (RepositoryManager.needsTransactionSequenceRebuild(repository)) {
|
||||||
// Don't allow the node to start if transaction sequences haven't been built yet
|
// Don't allow the node to start if transaction sequences haven't been built yet
|
||||||
// This is needed to handle a case when bootstrapping
|
// This is needed to handle a case when bootstrapping
|
||||||
Gui.getInstance().fatalError("Database upgrade needed", "Please start the core again to complete the process.");
|
Gui.getInstance().fatalError("Database upgrade needed", "Please restart the core to complete the upgrade process.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} catch (DataException e) {
|
} catch (DataException e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user