Remove unnecessary comments

This commit is contained in:
ekzyis 2023-12-02 23:41:39 +01:00
parent f6d04f021c
commit 555e8f0767

View File

@ -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)
}