Browse Source

Fix proto lints

Signed-off-by: Thane Thomson <connect@thanethomson.com>
pull/7975/head
Thane Thomson 3 years ago
parent
commit
bf7ec5fe79
No known key found for this signature in database GPG Key ID: 19811391D676EE45
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      proto/tendermint/types/types.proto

+ 1
- 1
proto/tendermint/types/types.proto View File

@ -1,7 +1,7 @@
syntax = "proto3";
package tendermint.types;
option go_package = "github.com/tendermint/tendermint/types";
option go_package = "github.com/tendermint/tendermint/proto/tendermint/types";
import "gogoproto/gogo.proto";
import "google/protobuf/timestamp.proto";


Loading…
Cancel
Save