Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sunce86 committed Jan 8, 2025
1 parent ed13a0d commit 26d1c3a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions crates/orderbook/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -912,10 +912,6 @@ components:
description: Order status.
allOf:
- $ref: "#/components/schemas/OrderStatus"
fullFeeAmount:
description: Amount that the signed fee would be without subsidies.
allOf:
- $ref: "#/components/schemas/TokenAmount"
isLiquidityOrder:
description: |-
Liquidity orders are functionally the same as normal smart contract
Expand Down
1 change: 0 additions & 1 deletion database/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ Column | Type | Nullable | Details
settlement\_contract | bytea | not null | address of the contract that should be used to settle this order
sell\_token\_balance | [enum](#selltokensource) | not null | defines how sell\_tokens need to be transferred into the settlement contract
buy\_token\_balance | [enum](#buytokendestination) | not null | defined how buy\_tokens need to be transferred back to the user
full\_fee\_amount | numeric | not null | estimated execution cost in sell\_token of this order
class | [enum](#orderclass) | not null | determines which special trade semantics will apply to the execution of this order


Expand Down

0 comments on commit 26d1c3a

Please sign in to comment.