forked from Qortal/qortal
Added missing space in log entry.
This commit is contained in:
parent
7ab17383a6
commit
73eaa93be8
@ -125,7 +125,7 @@ public class Bootstrap {
|
|||||||
final int atUpperTrimmableHeight = repository.getBlockRepository().getHeightFromTimestamp(atUpperTrimmableTimestamp);
|
final int atUpperTrimmableHeight = repository.getBlockRepository().getHeightFromTimestamp(atUpperTrimmableTimestamp);
|
||||||
final int atBlocksRemaining = atUpperTrimmableHeight - atTrimStartHeight;
|
final int atBlocksRemaining = atUpperTrimmableHeight - atTrimStartHeight;
|
||||||
if (atBlocksRemaining > MAXIMUM_UNTRIMMED_BLOCKS) {
|
if (atBlocksRemaining > MAXIMUM_UNTRIMMED_BLOCKS) {
|
||||||
throw new DataException(String.format("Blockchain is not fully trimmed. Please allow the node to run" +
|
throw new DataException(String.format("Blockchain is not fully trimmed. Please allow the node to run " +
|
||||||
"for longer, then try again. Blocks remaining (AT states): %d", atBlocksRemaining));
|
"for longer, then try again. Blocks remaining (AT states): %d", atBlocksRemaining));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user