We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f51eb commit 39b4dfbCopy full SHA for 39b4dfb
modules/apps/27-interchain-accounts/types/account.go
@@ -49,7 +49,6 @@ func GenerateAddress(ctx sdk.Context, connectionID, portID string) sdk.AccAddres
49
50
buf := []byte(connectionID + portID)
51
buf = append(buf, header.AppHash...)
52
- buf = append(buf, header.DataHash...)
53
54
return sdkaddress.Derive(hostModuleAcc, buf)
55
}
0 commit comments