From 1f85b3965a64224b45ecc0a63a27b397c46b03db Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 15 Dec 2016 13:31:17 +0100 Subject: Lots of indentations. Error codes section still not linkable. --- api-merchant.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api-merchant.rst') 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 `_ + code: number; // Human-readable error description hint: string; -- cgit v1.2.3