From fc6f66b8b0c9c283ee9e5fe08c57af54e6aebbe3 Mon Sep 17 00:00:00 2001 From: lumtis Date: Wed, 29 May 2024 16:15:54 +0200 Subject: [PATCH] update comment --- proto/zetachain/zetacore/pkg/chains/chains.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/zetachain/zetacore/pkg/chains/chains.proto b/proto/zetachain/zetacore/pkg/chains/chains.proto index a146df4b73..e273fbab8c 100644 --- a/proto/zetachain/zetacore/pkg/chains/chains.proto +++ b/proto/zetachain/zetacore/pkg/chains/chains.proto @@ -92,8 +92,8 @@ enum Consensus { enum CCTXGateway { option (gogoproto.goproto_enum_stringer) = true; - // zevm is the internal CCTX gateway to process outbound on the ZEVM in - // ZetaChain only used for ZetaChain chains + // zevm is the internal CCTX gateway to process outbound on the ZEVM and read inbound events from the ZEVM + // only used for ZetaChain chains zevm = 0; // observers is the CCTX gateway for chains relying on the observer set to