From 124803a95e5246bba5134baaf2378411a5b0053e Mon Sep 17 00:00:00 2001 From: Shawn <44221603+smarshall-spitzbart@users.noreply.github.com> Date: Mon, 21 Aug 2023 13:33:10 -0700 Subject: [PATCH] Update wire.proto --- proto/interchain_security/ccv/v1/wire.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/interchain_security/ccv/v1/wire.proto b/proto/interchain_security/ccv/v1/wire.proto index 27735eed7a..57dcbc8847 100644 --- a/proto/interchain_security/ccv/v1/wire.proto +++ b/proto/interchain_security/ccv/v1/wire.proto @@ -11,7 +11,7 @@ import "tendermint/abci/types.proto"; // // Note any type defined in this file is used by both the consumer and provider -// AND SENT OVER THE WIRE. Ideally these schemas should never change, or at least +// AND SENT OVER THE WIRE via a ccv channel. Ideally these schemas should never change, or at least // be backwards compatible if ever changed. //