From 361d631eb2be57e51728b5514c3a4e1856136ae0 Mon Sep 17 00:00:00 2001 From: Jasmina Malicevic Date: Fri, 15 Apr 2022 16:27:40 +0200 Subject: [PATCH] reverted proto change --- proto/tendermint/blocksync/types.proto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/proto/tendermint/blocksync/types.proto b/proto/tendermint/blocksync/types.proto index eb09994d5..4febfd145 100644 --- a/proto/tendermint/blocksync/types.proto +++ b/proto/tendermint/blocksync/types.proto @@ -4,7 +4,7 @@ package tendermint.blocksync; option go_package = "github.com/tendermint/tendermint/proto/tendermint/blocksync"; import "tendermint/types/block.proto"; -import "tendermint/types/types.proto"; + // BlockRequest requests a block for a specific height message BlockRequest { int64 height = 1; @@ -19,7 +19,6 @@ message NoBlockResponse { // BlockResponse returns block to the requested message BlockResponse { tendermint.types.Block block = 1; - tendermint.types.Commit commit = 2; } // StatusRequest requests the status of a peer.