Skip to content

Commit

Permalink
Add sqrt prod over drops error
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Dusek committed Jun 13, 2024
1 parent 51c7e5b commit 9457f0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x/market/types/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@ var (
ErrOrderFilled = sdkerrors.Register(ModuleName, 27, "order already filled") // nolint: gomnd
// ErrProductLessThanExpected - product is less than expected
ErrProductLessThanExpected = sdkerrors.Register(ModuleName, 28, "product less than expected") // nolint: gomnd
// ErrSqrtProdDropRatio - sqrt product over drops ratio inconsistency
ErrSqrtProdDropRatio = sdkerrors.Register(ModuleName, 29, "sqrt prod over drop less than expected") // nolint: gomnd
)

0 comments on commit 9457f0c

Please sign in to comment.