Skip to content

Commit

Permalink
chore: revert changing error code (cosmos#2352)
Browse files Browse the repository at this point in the history
  • Loading branch information
charleenfei authored Sep 23, 2022
1 parent 25d62f0 commit 0af2686
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import (

// ICA Controller sentinel errors
var (
ErrControllerSubModuleDisabled = sdkerrors.Register(SubModuleName, 1, "controller submodule is disabled")
ErrControllerSubModuleDisabled = sdkerrors.Register(SubModuleName, 2, "controller submodule is disabled")
)

0 comments on commit 0af2686

Please sign in to comment.