Skip to content

Commit

Permalink
Merge PR #5770: Update error message in connection keeper
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzampolin authored Mar 9, 2020
1 parent 2310bee commit 382e78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ibc/03-connection/keeper/verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (k Keeper) VerifyConnectionState(
if !found {
return sdkerrors.Wrapf(
clienttypes.ErrConsensusStateNotFound,
"clientID (%s), height (%d)", connectionEnd.GetClientID(), height,
"clientID (%s), height (%d)", connection.GetClientID(), height,
)
}

Expand Down

0 comments on commit 382e78d

Please sign in to comment.