From bedb4fbbacf9e69e0fcdd5585ab61f066a598bbf Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 8 Jul 2016 11:45:13 +0200 Subject: needed link --- integration-merchant.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'integration-merchant.rst') diff --git a/integration-merchant.rst b/integration-merchant.rst index a035089f..4372dc36 100644 --- a/integration-merchant.rst +++ b/integration-merchant.rst @@ -90,10 +90,7 @@ event, defined as follows: .. code-block:: tsref { - // The contract as returned by the merchant backend, - // having the following fields: - // 'contract': the contract itself (FIXME link this definition to where contract is defined) - // 'H_contract': the hash of 'contract' - // 'merchant_sig': the signature over the contract made by the merchant - contract_wrapper: Object; + contract_wrapper: Offer; } + +Check at :ref:`contract` how the `Offer` interface is defined. -- cgit v1.2.3