Skip to content

Commit

Permalink
misc: fix lang construction
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
  • Loading branch information
Kubuxu committed Feb 21, 2017
1 parent 293577b commit df2ae38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ipfs/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ func daemonFunc(req cmds.Request, res cmds.Response) {
node.SetLocal(false)

if node.PNetFingerpint != nil {
fmt.Println("Swarm is limited to private network as of the swarm key")
fmt.Println("Swarm is limited to private network of peers with the swarm key")
fmt.Printf("Swarm key fingerprint: %s\n", hex.EncodeToString(node.PNetFingerpint))
}

Expand Down

0 comments on commit df2ae38

Please sign in to comment.