diff --git a/modules/apps/27-interchain-accounts/controller/migrations/v5/migrations.go b/modules/apps/27-interchain-accounts/controller/migrations/v5/migrations.go index f63ed8bfe21..71f47e5ff3c 100644 --- a/modules/apps/27-interchain-accounts/controller/migrations/v5/migrations.go +++ b/modules/apps/27-interchain-accounts/controller/migrations/v5/migrations.go @@ -34,7 +34,7 @@ func MigrateICS27ChannelCapability( for _, owner := range owners.GetOwners() { if owner.Module == module { - // remove the existing module owners + // remove the owner from the set owners.Remove(owner) // reassign the owner module to icacontroller