Merge PR #5703: Fix typo in distribution proto package name
This commit is contained in:
parent
8cab43c812
commit
56104c2961
|
@ -1,5 +1,5 @@
|
|||
syntax = "proto3";
|
||||
package cosmos_sdk.x.ditribution.v1;
|
||||
package cosmos_sdk.x.distribution.v1;
|
||||
|
||||
option go_package = "types";
|
||||
option (gogoproto.equal_all) = true;
|
||||
|
|
Loading…
Reference in New Issue