From b61f5482d4f192dd784e9d8360938704670ce8d1 Mon Sep 17 00:00:00 2001 From: Martin Dyring-Andersen Date: Tue, 26 Sep 2017 15:06:21 +0200 Subject: [PATCH] Fix broken reference to ABCI --- rpc/grpc/types.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/grpc/types.proto b/rpc/grpc/types.proto index b32393a04..a7d18daec 100644 --- a/rpc/grpc/types.proto +++ b/rpc/grpc/types.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package core_grpc; -import "github.com/tendermint/abci/types/types.proto"; +import "github.com/tendermint/abci/blob/master/types/types.proto"; //---------------------------------------- // Message types