reverted proto change

This commit is contained in:
Jasmina Malicevic
2022-04-15 16:27:40 +02:00
parent bf31f6fdfd
commit 361d631eb2
+1 -2
View File
@@ -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.