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
Branches
Tags
3 merge requests!510Release,!226WIP: Api2.0,!207WIP: Client Restructure
...@@ -169,8 +169,8 @@ func (sr *SentRequest) save() error { ...@@ -169,8 +169,8 @@ func (sr *SentRequest) save() error {
hex.EncodeToString(sr.partner[:])) hex.EncodeToString(sr.partner[:]))
jww.INFO.Printf("saveSentRequest historicalPubKey: %s", jww.INFO.Printf("saveSentRequest historicalPubKey: %s",
hex.EncodeToString(sr.partnerHistoricalPubKey.Bytes())) hex.EncodeToString(sr.partnerHistoricalPubKey.Bytes()))
jww.INFO.Printf("saveSentRequest myPrivKey: %s", // jww.INFO.Printf("saveSentRequest myPrivKey: %s",
hex.EncodeToString(sr.myPrivKey.Bytes())) // hex.EncodeToString(sr.myPrivKey.Bytes()))
jww.INFO.Printf("saveSentRequest myPubKey: %s", jww.INFO.Printf("saveSentRequest myPubKey: %s",
hex.EncodeToString(sr.myPubKey.Bytes())) hex.EncodeToString(sr.myPubKey.Bytes()))
jww.INFO.Printf("saveSentRequest fingerprint: %s", jww.INFO.Printf("saveSentRequest fingerprint: %s",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment