Skip to content

Commit 4f7c836

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/network/status.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ var statusCmd = &cobra.Command{
7474

7575
fmt.Printf("Version: %s", consensus.Version.String())
7676
fmt.Println()
77-
78-
fmt.Printf("Chain context: %s", consensus.ChainContext)
77+
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)