summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 8611e121..6d81e008 100644
--- 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;