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:
CalDescent 2022-09-24 15:21:01 +01:00
parent d2ebb215e6
commit 309f27a6b8

View File

@ -375,7 +375,7 @@ public class Block {
}
if (onlineAccounts.isEmpty()) {
LOGGER.error("No online accounts - not even our own?");
LOGGER.debug("No online accounts - not even our own?");
return null;
}