Skip to content

Commit 869dab0

Browse files
gjermundgarabamergify[bot]
authored andcommitted
chore: remove datahash from ica account creation (#8307)
(cherry picked from commit 39b4dfb)
1 parent 0a8eadf commit 869dab0

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

Lines changed: 0 additions & 1 deletion
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)