From 78a510490069c4a20f065c78d40bde04aef95239 Mon Sep 17 00:00:00 2001 From: Stefano Angieri Date: Mon, 19 Aug 2024 16:34:25 +0200 Subject: [PATCH] fix comment --- spec/client/ics-007-tendermint-client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/client/ics-007-tendermint-client/README.md b/spec/client/ics-007-tendermint-client/README.md index 4c989c35c..a1664d177 100644 --- a/spec/client/ics-007-tendermint-client/README.md +++ b/spec/client/ics-007-tendermint-client/README.md @@ -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 {