forked from Qortal/qortal
Moved error to debug, as we now get a burst of these soon after startup, due to commit 99858f3
.
This also shows that commit 99858f3
now prevents a block candidate with a very small number of online accounts being built immediately after startup.
This commit is contained in:
parent
d2ebb215e6
commit
309f27a6b8
@ -375,7 +375,7 @@ public class Block {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (onlineAccounts.isEmpty()) {
|
if (onlineAccounts.isEmpty()) {
|
||||||
LOGGER.error("No online accounts - not even our own?");
|
LOGGER.debug("No online accounts - not even our own?");
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user