Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sangier committed Aug 19, 2024
1 parent bf4656d commit 78a5104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/client/ics-007-tendermint-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This specification depends on correct instantiation of the [Tendermint consensus

### Client state

The Tendermint client state tracks the current revision, current validator set, trusting period, unbonding period, latest height, latest timestamp (block time), and a possible frozen height. Additionally, the new parameters delayPeriod and delayPeriodBlocks have been added to support the IBC/TAO V2 specs.
The Tendermint client state tracks the current revision, current validator set, trusting period, unbonding period, latest height, latest timestamp (block time), and a possible frozen height. Additionally, the new parameters delayTimePeriod and delayBlockPeriod have been added to support the IBC/TAO V2 specs.

```typescript
interface ClientState {
Expand Down

0 comments on commit 78a5104

Please sign in to comment.