diff --git a/cli/main.go b/cli/main.go index 5d762a545..9d81b36bf 100644 --- a/cli/main.go +++ b/cli/main.go @@ -25,6 +25,7 @@ func newApp() *cli.App { ctl.Name = "neo-go" ctl.Version = config.Version ctl.Usage = "Official Go client for Neo" + ctl.ErrWriter = os.Stdout ctl.Commands = append(ctl.Commands, server.NewCommands()...) ctl.Commands = append(ctl.Commands, smartcontract.NewCommands()...)