mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-26 19:51:24 +00:00
Updated message.
This commit is contained in:
@@ -444,7 +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
|
||||
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;
|
||||
}
|
||||
} catch (DataException e) {
|
||||
|
Reference in New Issue
Block a user