Skip to content

Commit

Permalink
Update 02-light-client-module.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed May 21, 2024
1 parent ee2c93f commit 55bf147
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Clients may also store any necessary client-specific metadata.

`Initialize` is called when a [client is created](https://github.com/cosmos/ibc-go/blob/v7.0.0/modules/core/02-client/keeper/client.go#L30).

## `UpdateState`
## `UpdateState` method

`UpdateState` updates and stores as necessary any associated information for an IBC client, such as the `ClientState` and corresponding `ConsensusState`. See section [`UpdateState`](05-updates-and-misbehaviour.md#updatestate) for more information.

Expand Down

0 comments on commit 55bf147

Please sign in to comment.