diff --git a/server/router/handler/market.go b/server/router/handler/market.go index b4fd7dc..d2b428b 100644 --- a/server/router/handler/market.go +++ b/server/router/handler/market.go @@ -160,14 +160,6 @@ func HandleOrder(sc context.ServerContext) echo.HandlerFunc { hash lntypes.Hash err error ) - // TODO: - // [ ] If SELL order, check share balance of user - // [x] Create (unconfirmed) order - // [x] Create invoice - // [ ] Find matching orders - // [ ] show invoice to user - - // parse body if err := c.Bind(&o); err != nil { return echo.NewHTTPError(http.StatusBadRequest) }