Skip to content

Commit

Permalink
go/oasis-node: Actually register beacon subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Jun 9, 2021
1 parent e5caf22 commit 890b72d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/oasis-node/cmd/debug/beacon/beacon.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,5 @@ func Register(parentCmd *cobra.Command) {
beaconCmd.PersistentFlags().AddFlagSet(cmdGrpc.ClientFlags)

beaconCmd.AddCommand(beaconStatusCmd)
parentCmd.AddCommand(beaconCmd)
}

0 comments on commit 890b72d

Please sign in to comment.