Skip to content

Commit

Permalink
Update 03-client-state.md
Browse files Browse the repository at this point in the history
  • Loading branch information
odyslaeth authored Oct 29, 2024
1 parent 93007d9 commit 9b11199
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ It is possible to disable the localhost client by removing the `09-localhost` en

The latest height is updated periodically through the ABCI [`BeginBlock`](https://docs.cosmos.network/v0.47/building-modules/beginblock-endblock) interface of the 02-client submodule in core IBC.

[See `BeginBlocker` in abci.go.](https://github.com/cosmos/ibc-go/blob/v7.8.0/modules/core/02-client/abci.go#L12)
```go

Check failure on line 37 in docs/versioned_docs/version-v7.8.x/03-light-clients/03-localhost/03-client-state.md

View workflow job for this annotation

GitHub Actions / lint

Fenced code blocks should be surrounded by blank lines

docs/versioned_docs/version-v7.8.x/03-light-clients/03-localhost/03-client-state.md:37 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```go"] https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md031.md
func BeginBlocker(ctx sdk.Context, k keeper.Keeper) {
// ...
Expand Down

0 comments on commit 9b11199

Please sign in to comment.