summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 07:18:51 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 07:18:51 -0400
commit40c2e5c689f2ea2f3dd03ce3a1b67666fef85c97 (patch)
treef4d0aad05bbaeef8b91f2b4065260e75308d021a /core/api-merchant.rst
parent7185e64516cf51da0c2281d88408e11fdd580297 (diff)
downloaddocs-40c2e5c689f2ea2f3dd03ce3a1b67666fef85c97.tar.gz
docs-40c2e5c689f2ea2f3dd03ce3a1b67666fef85c97.tar.bz2
docs-40c2e5c689f2ea2f3dd03ce3a1b67666fef85c97.zip
change markup of ‘max_wire_fee’ and ‘max_fee’ from ' to ``
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;