mirror of
https://github.com/Qortal/qortal.git
synced 2025-06-06 08:16:59 +00:00
Update status when rebuilding transaction sequences.
This commit is contained in:
parent
b9015217de
commit
68b99c8643
@ -91,6 +91,8 @@ public abstract class RepositoryManager {
|
|||||||
|
|
||||||
LOGGER.info("Rebuilding transaction sequences - this will take a while...");
|
LOGGER.info("Rebuilding transaction sequences - this will take a while...");
|
||||||
|
|
||||||
|
SplashFrame.getInstance().updateStatus("Rebuilding transactions - please wait...");
|
||||||
|
|
||||||
int blockchainHeight = repository.getBlockRepository().getBlockchainHeight();
|
int blockchainHeight = repository.getBlockRepository().getBlockchainHeight();
|
||||||
int totalTransactionCount = 0;
|
int totalTransactionCount = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user