Skip to content

Commit

Permalink
chore: update import path in proto
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey committed Sep 26, 2024
1 parent 8230b06 commit aff071d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions api/module/v1/module.pulsar.go

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

2 changes: 1 addition & 1 deletion proto/halo/module/v1/module.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "cosmos/app/v1alpha1/module.proto";

// Module is the config object of the Halo module.
message Module {
option (cosmos.app.v1alpha1.module) = {go_import: "github.com/noble-assets/halo/x/halo"};
option (cosmos.app.v1alpha1.module) = {go_import: "github.com/noble-assets/halo"};

// denom is the denom this module is allowed to govern, burn, mint, etc.
string denom = 1;
Expand Down

0 comments on commit aff071d

Please sign in to comment.