update proto file

This commit is contained in:
Jonathan Gimeno 2020-03-03 20:06:55 +01:00
parent 3517ebad4c
commit f3607833c1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
syntax = "proto3";
package cosmos_sdk.x.crisis.v1;
option go_package = "types";
option go_package = "github.com/cosmos/cosmos-sdk/x/crisis/types";
import "third_party/proto/gogoproto/gogo.proto";