mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
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();
|
||||
|
||||
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];
|
||||
|
Loading…
Reference in New Issue
Block a user