Skip to content

Commit

Permalink
Don't leak skShare in logs (#2662)
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Jan 30, 2019
1 parent f6828b1 commit 6fe479a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llmq/quorums_dkgsession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ void CDKGSession::SendCommitment(CDKGPendingMessages& pendingMessages)
}
t2.stop();

logger.Batch("skShare=%s, pubKeyShare=%s", skShare.ToString(), skShare.GetPublicKey().ToString());
logger.Batch("pubKeyShare=%s", skShare.GetPublicKey().ToString());

cxxtimer::Timer t3(true);
qc.quorumPublicKey = (*vvec)[0];
Expand Down

0 comments on commit 6fe479a

Please sign in to comment.