Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaSripal committed Sep 6, 2021
1 parent f2972ee commit 6e5ba90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/apps/ccv/types/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ var (
ErrInvalidGenesis = sdkerrors.Register(ModuleName, 9, "invalid genesis state")
ErrDuplicateChannel = sdkerrors.Register(ModuleName, 10, "CCV channel already exists")
ErrInvalidUnbondingSequence = sdkerrors.Register(ModuleName, 11, "invalid unbonding sequence")
ErrInvalidChildState = sdkerrors.Register(ModuleName, 12, "parent chain has invalid state for child chain")
ErrInvalidUnbondingTime = sdkerrors.Register(ModuleName, 12, "child chain has invalid unbonding time")
ErrInvalidChildState = sdkerrors.Register(ModuleName, 13, "parent chain has invalid state for child chain")
)

0 comments on commit 6e5ba90

Please sign in to comment.