Browse Source

Fix broken reference to ABCI

pull/692/head
Martin Dyring-Andersen 7 years ago
committed by Zach Ramsay
parent
commit
b61f5482d4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      rpc/grpc/types.proto

+ 1
- 1
rpc/grpc/types.proto View File

@ -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


Loading…
Cancel
Save