Skip to content

Commit

Permalink
make tax query response backwards compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
StrathCole committed Oct 14, 2024
1 parent 094409a commit 6a0e730
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion proto/terra/tax/v1beta1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ message QueryParamsResponse {

message QueryBurnTaxRateRequest {}
message QueryBurnTaxRateResponse {
string burn_tax_rate = 1 [
string tax_rate = 1 [
(gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Dec",
(gogoproto.nullable) = false
];
Expand Down
64 changes: 32 additions & 32 deletions x/tax/types/query.pb.go

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

0 comments on commit 6a0e730

Please sign in to comment.