You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but really that can be succinctly and cheaply be turned into !.IsPositive()
The text was updated successfully, but these errors were encountered:
odeke-em
changed the title
nit: x/auction/keeper: Keeper.EndBlocker could succinctly use sdk.Dec.IsNegative and not having to compare against a zero magnitude sdk.Dec
nit: x/auction/keeper: Keeper.EndBlocker could succinctly use !sdk.Dec.IsPositive and not having to compare against a zero magnitude sdk.Dec
Mar 16, 2024
Noticed here that we've got this comparison
sommelier/x/auction/keeper/abci.go
Line 39 in 3157d97
The text was updated successfully, but these errors were encountered: