Skip to content

Commit

Permalink
wrong error code
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani committed Sep 12, 2024
1 parent a95bb6b commit e7429ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/fundraising/types/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ var (
ErrAuctionNotFound = sdkerrors.Register(ModuleName, 1114, "auction not found")
ErrBidNotFound = sdkerrors.Register(ModuleName, 1115, "bid not found")
ErrAllowedBidderNotFound = sdkerrors.Register(ModuleName, 1116, "allowed bidder not found")
ErrVestingQueueNotFound = sdkerrors.Register(ModuleName, 1116, "vesting queue not found")
ErrVestingQueueNotFound = sdkerrors.Register(ModuleName, 1117, "vesting queue not found")
)

0 comments on commit e7429ee

Please sign in to comment.