From 6af37c73c5ad82d6ebbb7d42158841700f514865 Mon Sep 17 00:00:00 2001 From: sunce86 Date: Fri, 10 Jan 2025 11:58:11 +0100 Subject: [PATCH] fix docs --- crates/orderbook/openapi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/orderbook/openapi.yml b/crates/orderbook/openapi.yml index 9d654df948..3a3fd4d33f 100644 --- a/crates/orderbook/openapi.yml +++ b/crates/orderbook/openapi.yml @@ -903,8 +903,8 @@ components: - $ref: "#/components/schemas/BigUint" executedFeeAmount: description: The total amount of signed order fees that have been executed - for this order. The value is expressed in surplus token - sell token for - buy orders, and in buy token for sell orders. + for this order. The value is expressed in surplus token (sell token for + buy orders, and in buy token for sell orders). allOf: - $ref: "#/components/schemas/BigUint" invalidated: