Skip to content

Commit

Permalink
chore(rollapp): removed unused UpdateState CLI command (#1294)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsitrin authored Oct 9, 2024
1 parent 8d5fe8d commit da5a48a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 63 deletions.
2 changes: 1 addition & 1 deletion x/rollapp/client/cli/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestGetTxCmd(t *testing.T) {
assert.True(t, cmd.Flags().HasFlags())
}

func TestCmdCreateIRO(t *testing.T) {
func TestCmdCreateRollapp(t *testing.T) {
addr := sdk.AccAddress("testAddress").String()

// Create a temporary file for metadata
Expand Down
1 change: 0 additions & 1 deletion x/rollapp/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ func GetTxCmd() *cobra.Command {
cmd.AddCommand(CmdCreateRollapp())
cmd.AddCommand(CmdUpdateRollapp())
cmd.AddCommand(CmdTransferOwnership())
cmd.AddCommand(CmdUpdateState())
cmd.AddCommand(CmdAddApp())
cmd.AddCommand(CmdUpdateApp())
cmd.AddCommand(CmdRemoveApp())
Expand Down
61 changes: 0 additions & 61 deletions x/rollapp/client/cli/tx_update_state.go

This file was deleted.

0 comments on commit da5a48a

Please sign in to comment.