Skip to content

Commit

Permalink
allow uluna to be taxed
Browse files Browse the repository at this point in the history
  • Loading branch information
edk208 committed Jan 11, 2023
1 parent 2d50ef2 commit 7fe4468
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions custom/auth/client/utils/feeutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ import (
"github.com/cosmos/cosmos-sdk/x/auth/legacy/legacytx"
"github.com/cosmos/cosmos-sdk/x/authz"

ante "github.com/terra-money/core/custom/auth/ante"
core "github.com/terra-money/core/types"

banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"

marketexported "github.com/terra-money/core/x/market/exported"
Expand Down Expand Up @@ -266,10 +263,6 @@ func computeTax(clientCtx client.Context, taxRate sdk.Dec, principal sdk.Coins)

for _, coin := range principal {

if coin.Denom == core.MicroLunaDenom && clientCtx.Height < ante.TaxPowerUpgradeHeight {
continue
}

taxCap, err := queryTaxCap(clientCtx, coin.Denom)
if err != nil {
return nil, err
Expand Down

0 comments on commit 7fe4468

Please sign in to comment.