counterParty -> counterparty (#7946)

* nit

* fix spec and docs
This commit is contained in:
colin axnér 2020-11-16 16:06:55 +01:00 committed by GitHub
parent 54201d11e6
commit be10bcb163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

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

View File

@ -17,7 +17,7 @@ type IBCModule interface {
portID string,
channelID string,
channelCap *capabilitytypes.Capability,
counterParty channeltypes.Counterparty,
counterparty channeltypes.Counterparty,
version string,
) error

View File

@ -18,7 +18,7 @@ type IBCModule interface {
portId string,
channelId string,
channelCap *capability.Capability,
counterParty channeltypes.Counterparty,
counterparty channeltypes.Counterparty,
version string,
) error