Skip to content

Commit

Permalink
Merge pull request #246 from notional-labs/fork-upgrade-client
Browse files Browse the repository at this point in the history
subject client ID
  • Loading branch information
vuong177 authored Oct 2, 2023
2 parents e4eea8a + 1ed27ba commit 50ba6fb
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 {

Check failure on line 57 in app/upgrades/v5_2_0/fork.go

View workflow job for this annotation

GitHub Actions / lint

File is not `gofumpt`-ed with `-extra` (gofumpt)
Expand Down

0 comments on commit 50ba6fb

Please sign in to comment.