From 23177dd2969f13ffc6ac5ddbaf32338d235f0d58 Mon Sep 17 00:00:00 2001 From: Lucas Bertrand Date: Wed, 22 May 2024 20:37:49 +0200 Subject: [PATCH] Update x/crosschain/types/validate.go Co-authored-by: Charlie Chen <34498985+ws4charlie@users.noreply.github.com> --- x/crosschain/types/validate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/crosschain/types/validate.go b/x/crosschain/types/validate.go index 063bd3fd96..58305ffa02 100644 --- a/x/crosschain/types/validate.go +++ b/x/crosschain/types/validate.go @@ -11,7 +11,7 @@ import ( "github.com/zeta-chain/zetacore/pkg/chains" ) -// ValidateCCTXIndex validates the zeta index +// ValidateCCTXIndex validates the CCTX index func ValidateCCTXIndex(index string) error { if len(index) != CCTXIndexLength { return errors.Wrapf(ErrInvalidIndexValue, "invalid index length %d, expected: %d", len(index), CCTXIndexLength)