Skip to content

Commit

Permalink
chore: remove repeat word
Browse files Browse the repository at this point in the history
Signed-off-by: costcould <[email protected]>
  • Loading branch information
costcould committed Jun 5, 2024
1 parent 22e1234 commit b80f8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/interchainquery/types/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "errors"

var (
ErrAlreadyFulfilled = errors.New("query already fulfilled")
ErrSucceededNoDelete = errors.New("query succeeded; do not not execute default behavior")
ErrSucceededNoDelete = errors.New("query succeeded; do not execute default behavior")
ErrInvalidICQProof = errors.New("icq query response failed")
ErrICQCallbackNotFound = errors.New("icq callback id not found")
ErrInvalidConsensusState = errors.New("invalid consensus state")
Expand Down

0 comments on commit b80f8f0

Please sign in to comment.