counterParty -> counterparty (#7946)

* nit

* fix spec and docs
This commit is contained in:
colin axnér
2020-11-16 15:06:55 +00:00
committed by GitHub
parent 54201d11e6
commit be10bcb163
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ func (k Keeper) OnChanOpenInit(ctx sdk.Context,
portID string,
channelID string,
channelCap *capabilitytypes.Capability,
counterParty channeltypes.Counterparty,
counterparty channeltypes.Counterparty,
version string,
) error {
// OpenInit must claim the channelCapability that IBC passes into the callback