Skip to content

Commit

Permalink
docs: added godocs
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Jan 16, 2024
1 parent 69221f8 commit ef55c7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/apps/27-interchain-accounts/host/keeper/handshake.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ func (k Keeper) OnChanOpenTry(
if channel.IsOpen() {
return "", errorsmod.Wrapf(icatypes.ErrActiveChannelAlreadySet, "existing active channel %s for portID %s is already OPEN", activeChannelID, portID)
}

// if a channel is being reopened, we allow the controller to propose new fields
// which are not exactly the same as the previous. The provided address will
// be overwritten with the correct one before the metadata is returned.
}

// On the host chain the capability may only be claimed during the OnChanOpenTry
Expand Down

0 comments on commit ef55c7e

Please sign in to comment.