Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed May 29, 2024
1 parent 1640324 commit fc6f66b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/zetachain/zetacore/pkg/chains/chains.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc6f66b

Please sign in to comment.