Skip to content

Commit

Permalink
Merge pull request ComposableFi#246 from notional-labs/fork-upgrade-c…
Browse files Browse the repository at this point in the history
…lient

subject client ID
  • Loading branch information
vuong177 authored Oct 2, 2023
2 parents 3638ac7 + 3a40760 commit e1c9d45
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 e1c9d45

Please sign in to comment.