commit 40c2e5c689f2ea2f3dd03ce3a1b67666fef85c97
parent 7185e64516cf51da0c2281d88408e11fdd580297
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 17 Mar 2021 07:18:51 -0400
change markup of ‘max_wire_fee’ and ‘max_fee’ from ' to ``
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -2807,10 +2807,10 @@ The contract terms must have the following structure:
// Over how many customer transactions does the merchant expect to
// amortize wire fees on average? If the exchange's wire fee is
- // above 'max_wire_fee', the difference is divided by this number
+ // above ``max_wire_fee``, the difference is divided by this number
// to compute the expected customer's contribution to the wire fee.
// The customer's contribution may further be reduced by the difference
- // between the 'max_fee' and the sum of the actual deposit fees.
+ // between the ``max_fee`` and the sum of the actual deposit fees.
// Optional, default value if missing is 1. 0 and negative values are
// invalid and also interpreted as 1.
wire_fee_amortization: number;