From cade21a037d5bec6551d25558e9dac9ee4855b18 Mon Sep 17 00:00:00 2001 From: Frank Yang Date: Wed, 27 Mar 2019 17:04:46 +0800 Subject: [PATCH] Unified indent, modify from 4space to 2space --- chapters/exchanges.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chapters/exchanges.md b/chapters/exchanges.md index d996ef9..1de0f07 100644 --- a/chapters/exchanges.md +++ b/chapters/exchanges.md @@ -184,9 +184,9 @@ The function takes the opposite side of an existing make order on a specific exc This function must ensure that: - the `msg.sender` is the order owner or the order has expired or the fund is shut down, - the order is removed from the fund-internal order-tracking array, - the order on the exchange is canceled. + the `msg.sender` is the order owner or the order has expired or the fund is shut down, + the order is removed from the fund-internal order-tracking array, + the order on the exchange is canceled. The function cancels and removes all order information within the fund and on the exchange where it existed. The function on the base contract remains unimplemented and reverts.