Skip to content

Commit

Permalink
fix(proto-gen): Use the correct path for Coin type
Browse files Browse the repository at this point in the history
Without this any `cosmos.base.v1beta1.Coin` will be turnt into a `types.Coin` in generated files
  • Loading branch information
facundomedica authored Aug 11, 2023
1 parent 9fc7e2a commit 6af5bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/buf.gen.pulsar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ managed:
plugins:
- name: go-pulsar
out: ..
opt: paths=source_relative,Mcosmos/app/v1alpha1/module.proto=cosmossdk.io/api/cosmos/app/v1alpha1
opt: paths=source_relative,Mcosmos/app/v1alpha1/module.proto=cosmossdk.io/api/cosmos/app/v1alpha1,Mcosmos/base/v1beta1/coin.proto=cosmossdk.io/api/cosmos/base/v1beta1
- name: go-grpc
out: ..
opt: paths=source_relative,Mcosmos/app/v1alpha1/module.proto=cosmossdk.io/api/cosmos/app/v1alpha1
Expand Down

0 comments on commit 6af5bd7

Please sign in to comment.