diff --git a/cmd/XDC/main.go b/cmd/XDC/main.go index 027fdc39dcab..1585986f902a 100644 --- a/cmd/XDC/main.go +++ b/cmd/XDC/main.go @@ -167,7 +167,6 @@ var ( func init() { // Initialize the CLI app and start XDC app.Action = XDC - app.HideVersion = true // we have a command to print the version app.Copyright = "Copyright (c) 2024 XDPoSChain" app.Commands = []*cli.Command{ // See chaincmd.go: