Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Nov 20, 2023
1 parent 8c59464 commit cd8e69f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/uibc/quota/keeper/quota.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ func (k Keeper) UndoUpdateQuota(denom string, amount sdkmath.Int) error {
}
k.SetTokenOutflow(o)

totalOutflowSum := k.GetOutflowSum()
k.SetOutflowSum(totalOutflowSum.Sub(exchangePrice))
outflowSum := k.GetOutflowSum()
k.SetOutflowSum(outflowSum.Sub(exchangePrice))
return nil
}

Expand Down

0 comments on commit cd8e69f

Please sign in to comment.