Skip to content

Commit

Permalink
subject client ID
Browse files Browse the repository at this point in the history
  • Loading branch information
vuong177 committed Oct 2, 2023
1 parent 758922c commit 3a40760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v5_2_0/fork.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func UpdateWasmContract(ctx sdk.Context, ibckeeper *ibckeeper.Keeper) {

clientState.CodeId = code

ibckeeper.ClientKeeper.SetClientState(ctx, substituteClientId, clientState)
ibckeeper.ClientKeeper.SetClientState(ctx, subjectClientId, clientState)
}

func ClientUpdate(ctx sdk.Context, codec codec.BinaryCodec, ibckeeper *ibckeeper.Keeper, subjectClientId string, substituteClientId string) error {
Expand Down

0 comments on commit 3a40760

Please sign in to comment.