Skip to content

Commit

Permalink
should not log the private key on boot
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricfung committed Mar 20, 2019
1 parent f64064b commit 37ab44f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kernel/node.go
Expand Up @@ -83,8 +83,6 @@ func SetupNode(store storage.Store, addr string, dir string) (*Node, error) {

logger.Printf("Listen:\t%s\n", addr)
logger.Printf("Signer:\t%s\n", node.Signer.String())
logger.Printf("View Key:\t%s\n", node.Signer.PrivateViewKey.String())
logger.Printf("Spend Key:\t%s\n", node.Signer.PrivateSpendKey.String())
logger.Printf("Network:\t%s\n", node.networkId.String())
logger.Printf("Node Id:\t%s\n", node.IdForNetwork.String())
logger.Printf("Topology:\t%d\n", node.TopoCounter.seq)
Expand Down

0 comments on commit 37ab44f

Please sign in to comment.