Skip to content

Commit 7733740

Browse files
committed
fix: add missing log for case of no public key is provided
1 parent 43ed80d commit 7733740

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/llmq/utils.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,8 @@ bool BlsCheck::operator()()
953953
return false;
954954
}
955955
} else {
956-
// It is supposed to be at least one public key!
956+
// we should not get there ever
957+
LogPrint(BCLog::LLMQ, "%s - no public keys are provided\n", m_id_string);
957958
return false;
958959
}
959960
return true;

0 commit comments

Comments
 (0)