Skip to content

Commit

Permalink
fixed ErrFinalizeSet
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Oct 7, 2023
1 parent 88c6e50 commit 83c422c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/cardchain/types/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ var (
ErrUserAlreadyExists = sdkerrors.Register(ModuleName, 22, "User already exists")
ErrWaitingForPlayers = sdkerrors.Register(ModuleName, 23, "Waiting for players")
ErrUninitializedType = sdkerrors.Register(ModuleName, 24, "Type not yet initialized")
ErrFinalizeSet = sdkerrors.Register(ModuleName, 24, "Set can't be finalized")
ErrFinalizeSet = sdkerrors.Register(ModuleName, 25, "Set can't be finalized")
)

0 comments on commit 83c422c

Please sign in to comment.