summaryrefslogtreecommitdiff
path: root/api-merchant.rst
diff options
context:
space:
mode:
Diffstat (limited to 'api-merchant.rst')
-rw-r--r--api-merchant.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/api-merchant.rst b/api-merchant.rst
index 345aa1e6..00b4e067 100644
--- a/api-merchant.rst
+++ b/api-merchant.rst
@@ -384,8 +384,8 @@ The following API are made available by the merchant's `backend` to the merchant
.. code-block:: tsref
interface TransactionConflictProof {
- // Numerical error code
- code: number; // FIXME Point to some error codes list
+ // Numerical `error code <error-codes>`_
+ code: number;
// Human-readable error description
hint: string;