Skip to content

Commit

Permalink
continued
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Aug 5, 2024
1 parent 47d880f commit 0903883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/llmq/signing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -916,6 +916,7 @@ bool CSigningManager::AsyncSignIfMember(Consensus::LLMQType llmqType, CSigShares
if (allowDiffMsgHashSigning) {
LogPrintf("CSigningManager::%s -- already voted for id=%s and msgHash=%s. Signing for different msgHash=%s\n",
__func__, id.ToString(), prevMsgHash.ToString(), msgHash.ToString());
hasVoted = false;
} else {
LogPrintf("CSigningManager::%s -- already voted for id=%s and msgHash=%s. Not voting on conflicting msgHash=%s\n",
__func__, id.ToString(), prevMsgHash.ToString(), msgHash.ToString());
Expand Down

0 comments on commit 0903883

Please sign in to comment.