Skip to content

Commit

Permalink
Disable gogoproto_import for record pb
Browse files Browse the repository at this point in the history
  • Loading branch information
raynaudoe committed Sep 3, 2022
1 parent 3ffa1d1 commit df9f247
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 31 deletions.
5 changes: 3 additions & 2 deletions api/cosmos/crypto/keyring/v1/record.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58 changes: 29 additions & 29 deletions crypto/keyring/record.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions proto/cosmos/crypto/keyring/v1/record.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import "cosmos/crypto/hd/v1/hd.proto";

option go_package = "github.com/cosmos/cosmos-sdk/crypto/keyring";
option (gogoproto.goproto_getters_all) = false;
option (gogoproto.gogoproto_import) = false;

// Record is used for representing a key in the keyring.
message Record {
Expand Down

0 comments on commit df9f247

Please sign in to comment.