commit f181cb43a7db5f011b856affabd3a059aaece21d parent f32c83b4926a37c853b27754567203601abb4f22 Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Wed, 17 Mar 2021 07:08:01 -0400 add period at end of sentence (three instances) Diffstat:
| M | core/api-merchant.rst | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -2517,13 +2517,13 @@ Query funds remaining .. ts:def:: ReserveDetail interface ReserveDetail { - // Timestamp when it was established + // Timestamp when it was established. creation_time: Timestamp; - // Timestamp when it expires + // Timestamp when it expires. expiration_time: Timestamp; - // Initial amount as per reserve creation call + // Initial amount as per reserve creation call. merchant_initial_amount: Amount; // Initial amount as per exchange, 0 if exchange did