commit bedb4fbbacf9e69e0fcdd5585ab61f066a598bbf parent 358c2caefbce591265b414b6e0557446b708bdb7 Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Fri, 8 Jul 2016 11:45:13 +0200 needed link Diffstat:
| M | integration-merchant.rst | | | 9 | +++------ |
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git 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.