Don't leak skShare in logs (#2662)
This commit is contained in:
parent
f6828b19b6
commit
6fe479aa12
@ -915,7 +915,7 @@ void CDKGSession::SendCommitment(CDKGPendingMessages& pendingMessages)
|
|||||||
}
|
}
|
||||||
t2.stop();
|
t2.stop();
|
||||||
|
|
||||||
logger.Batch("skShare=%s, pubKeyShare=%s", skShare.ToString(), skShare.GetPublicKey().ToString());
|
logger.Batch("pubKeyShare=%s", skShare.GetPublicKey().ToString());
|
||||||
|
|
||||||
cxxtimer::Timer t3(true);
|
cxxtimer::Timer t3(true);
|
||||||
qc.quorumPublicKey = (*vvec)[0];
|
qc.quorumPublicKey = (*vvec)[0];
|
||||||
|
Loading…
Reference in New Issue
Block a user