Skip to content

Commit

Permalink
delete not exist file path
Browse files Browse the repository at this point in the history
  • Loading branch information
odyslaeth authored Oct 25, 2024
1 parent 04bd787 commit 93007d9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ 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/09-localhost/modules/core/02-client/abci.go#L12)

```go
func BeginBlocker(ctx sdk.Context, k keeper.Keeper) {
// ...
Expand Down

0 comments on commit 93007d9

Please sign in to comment.