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 committed by Matthew DeGarmo
parent 6d91cbfe58
commit 41438e1b48

View File

@ -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;
} }