From f3607833c10094555e718ba2fde53bd78e83f3ab Mon Sep 17 00:00:00 2001 From: Jonathan Gimeno Date: Tue, 3 Mar 2020 20:06:55 +0100 Subject: [PATCH] update proto file --- x/crisis/types/types.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/crisis/types/types.proto b/x/crisis/types/types.proto index c691035f9..8298aa0b0 100644 --- a/x/crisis/types/types.proto +++ b/x/crisis/types/types.proto @@ -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";