We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6571c66 commit 6987bb8Copy full SHA for 6987bb8
1 file changed
cmd/network/status.go
@@ -75,7 +75,7 @@ var statusCmd = &cobra.Command{
75
fmt.Printf("Version: %s", consensus.Version.String())
76
fmt.Println()
77
78
- fmt.Printf("Chain context: %s", consensus.ChainContext)
+ fmt.Printf("Chain context: %s (%s)", npa.PrettyPrintNetwork(), consensus.ChainContext)
79
80
81
date := time.Unix(nodeStatus.Consensus.LatestTime.Unix(), 0)
0 commit comments