Skip to content

Commit

Permalink
fix: add missing rollback command
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderfan committed Feb 6, 2025
1 parent 02dcaa8 commit e3a2d6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/v2/cometbft/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ func (s *CometBFTServer[T]) CLICommands() serverv2.CLIConfig {
s.BootstrapStateCmd(),
cmtcmd.ResetAllCmd,
cmtcmd.ResetStateCmd,
cmtcmd.RollbackStateCmd,
},
Queries: []*cobra.Command{
QueryBlockCmd(),
Expand Down

0 comments on commit e3a2d6b

Please sign in to comment.