commit c2f0105b838bad56ba2d54c18537d793e56dd278
parent f25489906ae348720c0d89c196c68f1afd5f6ed0
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Fri, 19 Mar 2021 02:44:40 -0400
change markup for ‘refresh_base_url’ from " to `` (two instances)
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -1493,10 +1493,10 @@ the API during normal operation.
appeared *explicitly* in the protocol before).
The base URL for ``/refreshes/``-requests may differ from the main base URL of
- the exchange. Clients SHOULD respect the "refresh_base_url" returned for the
+ the exchange. Clients SHOULD respect the ``refresh_base_url`` returned for the
coin during melt operations. The exchange MUST return a
307 or 308 redirection to the correct base URL if the client failed to
- respect the "refresh_base_url" or if the allocation has changed.
+ respect the ``refresh_base_url`` or if the allocation has changed.
Errors such as failing to do proper arithmetic when it comes to calculating
the total of the coin values and fees are simply reported as bad requests.