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 359310d commit 4a755d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/client/ics-007-tendermint-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ interface ClientState {
trustLevel: Rational
trustingPeriod: uint64
unbondingPeriod: uint64
delayPeriod: uint64 // TAOv2 SUPPORT
delayPeriodBlocks: uint64 // TAOv2 SUPPORT
delayPeriod: uint64 // IBC/TAO V2 SUPPORT
delayPeriodBlocks: uint64 // IBC/TAO V2 SUPPORT
latestHeight: Height
frozenHeight: Maybe<uint64>
upgradePath: []string
Expand Down

0 comments on commit 4a755d2

Please sign in to comment.