commit 7185e64516cf51da0c2281d88408e11fdd580297 parent 4b576543804d1a1c2d179a24483b69d9e7b09a6c Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Wed, 17 Mar 2021 07:18:04 -0400 change markup of ‘wire_fee_amortization’ and ‘max_fee’ from ' to `` Diffstat:
| M | core/api-merchant.rst | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -2801,8 +2801,8 @@ The contract terms must have the following structure: max_fee: Amount; // Maximum wire fee accepted by the merchant (customer share to be - // divided by the 'wire_fee_amortization' factor, and further reduced - // if deposit fees are below 'max_fee'). Default if missing is zero. + // divided by the ``wire_fee_amortization`` factor, and further reduced + // if deposit fees are below ``max_fee``). Default if missing is zero. max_wire_fee: Amount; // Over how many customer transactions does the merchant expect to