Skip to content

Commit

Permalink
fix module names in x/listing (#1754)
Browse files Browse the repository at this point in the history
Signed-off-by: Shrenuj Bansal <[email protected]>
  • Loading branch information
shrenujb authored Jun 24, 2024
1 parent 91441f4 commit 502d937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protocol/x/listing/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"

"github.com/cosmos/cosmos-sdk/client"
"github.com/dydxprotocol/v4-chain/protocol/x/vault/types"
"github.com/dydxprotocol/v4-chain/protocol/x/listing/types"
)

// GetQueryCmd returns the cli query commands for this module.
Expand Down
2 changes: 1 addition & 1 deletion protocol/x/listing/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"

"github.com/cosmos/cosmos-sdk/client"
"github.com/dydxprotocol/v4-chain/protocol/x/vault/types"
"github.com/dydxprotocol/v4-chain/protocol/x/listing/types"
)

// GetTxCmd returns the transaction commands for this module.
Expand Down

0 comments on commit 502d937

Please sign in to comment.