We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6571c66 commit 4f7c836Copy full SHA for 4f7c836
1 file changed
cmd/network/status.go
@@ -74,8 +74,8 @@ var statusCmd = &cobra.Command{
74
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