Skip to content

Commit 39b4dfb

Browse files
chore: remove datahash from ica account creation (#8307)
1 parent 16f51eb commit 39b4dfb

File tree

1 file changed

+0
-1
lines changed
  • modules/apps/27-interchain-accounts/types

1 file changed

+0
-1
lines changed

modules/apps/27-interchain-accounts/types/account.go

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ func GenerateAddress(ctx sdk.Context, connectionID, portID string) sdk.AccAddres
4949

5050
buf := []byte(connectionID + portID)
5151
buf = append(buf, header.AppHash...)
52-
buf = append(buf, header.DataHash...)
5352

5453
return sdkaddress.Derive(hostModuleAcc, buf)
5554
}

0 commit comments

Comments
 (0)