Skip to content

Commit

Permalink
review-fix: remove excess protobuf declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
foxpy committed Jan 11, 2023
1 parent 3961084 commit 7de273b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
3 changes: 1 addition & 2 deletions proto/feeburner/total_burned_neutrons_amount.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ option go_package = "github.com/neutron-org/neutron/x/feeburner/types";
message TotalBurnedNeutronsAmount {
cosmos.base.v1beta1.Coin coin = 1 [
(gogoproto.moretags) = "yaml:\"coin\"",
(gogoproto.nullable) = false,
(gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coin"
(gogoproto.nullable) = false
];
}
25 changes: 12 additions & 13 deletions x/feeburner/types/total_burned_neutrons_amount.pb.go

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

0 comments on commit 7de273b

Please sign in to comment.