From bc164d20d1e5c5c8ce84338484fa065b679cd48f Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Fri, 10 Jan 2025 17:52:27 +0100 Subject: [PATCH] wording Co-authored-by: Alex | Interchain Labs --- x/auth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/auth/README.md b/x/auth/README.md index cfb307e4752..dce25b4e10f 100644 --- a/x/auth/README.md +++ b/x/auth/README.md @@ -165,7 +165,7 @@ The auth module provides `AnteDecorator`s that are recursively chained together * `ValidateBasicDecorator`: Calls `tx.ValidateBasic` and returns any non-nil error. -* `TxTimeoutHeightDecorator`: Check for a `tx` height timeout or time timeout. +* `TxTimeoutHeightDecorator`: Check for a `tx` height or time-based timeout. * `ValidateMemoDecorator`: Validates `tx` memo with application parameters and returns any non-nil error.