Skip to content

Commit

Permalink
remove errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hwray committed Nov 21, 2024
1 parent 2e4e342 commit b74b8eb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions protocol/x/listing/types/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,4 @@ var (
6,
"invalid market map ticker metadata",
)

ErrInvalidAuthority = errorsmod.Register(
ModuleName,
7,
"Authority is invalid",
)

ErrInvalidPerpetualId = errorsmod.Register(
ModuleName,
8,
"Invalid perpetual ID",
)
)

0 comments on commit b74b8eb

Please sign in to comment.