Skip to content

Commit 6987bb8

Browse files
committed
feat(cmd/network/status): Add network names to chain context
1 parent 6571c66 commit 6987bb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/network/status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ var statusCmd = &cobra.Command{
7575
fmt.Printf("Version: %s", consensus.Version.String())
7676
fmt.Println()
7777

78-
fmt.Printf("Chain context: %s", consensus.ChainContext)
78+
fmt.Printf("Chain context: %s (%s)", npa.PrettyPrintNetwork(), consensus.ChainContext)
7979
fmt.Println()
8080

8181
date := time.Unix(nodeStatus.Consensus.LatestTime.Unix(), 0)

0 commit comments

Comments
 (0)