From 622ddaec0deac8e345434232d71fb0a2bf265834 Mon Sep 17 00:00:00 2001 From: Sam Ricotta Date: Mon, 1 Aug 2022 12:32:02 +0200 Subject: [PATCH] Remove set option for abci --- proto/tendermint/abci/types.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/tendermint/abci/types.proto b/proto/tendermint/abci/types.proto index b69690742..cd0a9b597 100644 --- a/proto/tendermint/abci/types.proto +++ b/proto/tendermint/abci/types.proto @@ -38,7 +38,7 @@ message Request { RequestPrepareProposal prepare_proposal = 16; RequestProcessProposal process_proposal = 17; } - Reserve = 4; + reserve 4; } message RequestEcho { @@ -172,7 +172,7 @@ message Response { ResponsePrepareProposal prepare_proposal = 17; ResponseProcessProposal process_proposal = 18; } - Reserve = 5; + reserve 5; } // nondeterministic