From e09d9304d48a2063d7c444fbd175dfb11fbd0f22 Mon Sep 17 00:00:00 2001 From: Simon Noetzlin Date: Tue, 10 Oct 2023 11:30:30 +0200 Subject: [PATCH] Update proto/interchain_security/ccv/provider/v1/query.proto --- proto/interchain_security/ccv/provider/v1/query.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/interchain_security/ccv/provider/v1/query.proto b/proto/interchain_security/ccv/provider/v1/query.proto index 0136a420e7..d908247480 100644 --- a/proto/interchain_security/ccv/provider/v1/query.proto +++ b/proto/interchain_security/ccv/provider/v1/query.proto @@ -82,8 +82,8 @@ service Query { "/interchain_security/ccv/provider/registered_consumer_reward_denoms"; } - // QueryProposedConsumerChainIDs query chainIDs in consumerAdditionProposals - // before voting period finishes, after voting period finishes, this chainID will be removed from the result + // QueryProposedConsumerChainIDs returns the chain IDs of the proposed consumer chain addition proposals + // that are still in the voting period rpc QueryProposedConsumerChainIDs( QueryProposedChainIDsRequest) returns (QueryProposedChainIDsResponse) {