Skip to content
Snippets Groups Projects
Commit c83dddde authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Don't print private key

parent 9c20d879
No related branches found
No related tags found
3 merge requests!510Release,!226WIP: Api2.0,!207WIP: Client Restructure
......@@ -169,8 +169,8 @@ func (sr *SentRequest) save() error {
hex.EncodeToString(sr.partner[:]))
jww.INFO.Printf("saveSentRequest historicalPubKey: %s",
hex.EncodeToString(sr.partnerHistoricalPubKey.Bytes()))
jww.INFO.Printf("saveSentRequest myPrivKey: %s",
hex.EncodeToString(sr.myPrivKey.Bytes()))
// jww.INFO.Printf("saveSentRequest myPrivKey: %s",
// hex.EncodeToString(sr.myPrivKey.Bytes()))
jww.INFO.Printf("saveSentRequest myPubKey: %s",
hex.EncodeToString(sr.myPubKey.Bytes()))
jww.INFO.Printf("saveSentRequest fingerprint: %s",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment