Skip to content

Commit

Permalink
fix(proto-gen): Use the correct path for Coin type (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
facundomedica committed Aug 11, 2023
1 parent 9fc7e2a commit bca2ab2
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 bca2ab2

Please sign in to comment.