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.